Prevent automatic reboot for encrypted systems
This commit is contained in:
parent
1f13ba6019
commit
175413771d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ with lib; {
|
|||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "github:dadada/nix-config#${config.networking.hostName}";
|
||||
allowReboot = mkDefault true;
|
||||
allowReboot = mkDefault false;
|
||||
randomizedDelaySec = "45min";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue