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

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