Match hostname of busch vms to nixosConfiguration system name
Different hostnames broke auto upgrade.
This commit is contained in:
parent
9c993f204e
commit
102ab7f419
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
nixpkgs.config.nvidia.acceptLicense = true;
|
nixpkgs.config.nvidia.acceptLicense = true;
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
|
|
||||||
networking.hostName = "docker-gpu"; # Define your hostname.
|
networking.hostName = "busch-gpu-docker"; # Define your hostname.
|
||||||
|
|
||||||
services.netbird-client = {
|
services.netbird-client = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
};
|
};
|
||||||
tmp.useTmpfs = true;
|
tmp.useTmpfs = true;
|
||||||
};
|
};
|
||||||
networking.hostName = "docker-main"; # Define your hostname.
|
networking.hostName = "busch-main-docker"; # Define your hostname.
|
||||||
|
|
||||||
services.netbird-client = {
|
services.netbird-client = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue