Match hostname of busch vms to nixosConfiguration system name

Different hostnames broke auto upgrade.
This commit is contained in:
JuliusFreudenberger 2026-06-15 08:08:33 +02:00
parent 9c993f204e
commit 102ab7f419
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;