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;
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
networking.hostName = "docker-gpu"; # Define your hostname.
|
||||
networking.hostName = "busch-gpu-docker"; # Define your hostname.
|
||||
|
||||
services.netbird-client = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
};
|
||||
tmp.useTmpfs = true;
|
||||
};
|
||||
networking.hostName = "docker-main"; # Define your hostname.
|
||||
networking.hostName = "busch-main-docker"; # Define your hostname.
|
||||
|
||||
services.netbird-client = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue