Disable automatic reboots after upgrades in busch

Due to encrypted root the server does not boot without input.
Missing tpm2 does not allow for unattended unlocks.
This commit is contained in:
JuliusFreudenberger 2026-04-27 23:51:13 +02:00
parent 4881f836c9
commit 11ed5a80d7

View file

@ -24,6 +24,9 @@
}; };
tmp.useTmpfs = true; tmp.useTmpfs = true;
}; };
system.autoUpgrade.allowReboot = false;
networking.hostName = "busch"; # Define your hostname. networking.hostName = "busch"; # Define your hostname.
services.netbird = { services.netbird = {