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:
parent
4881f836c9
commit
11ed5a80d7
1 changed files with 3 additions and 0 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue