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 = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "github:dadada/nix-config#${config.networking.hostName}";
|
flake = "github:dadada/nix-config#${config.networking.hostName}";
|
||||||
allowReboot = mkDefault true;
|
allowReboot = mkDefault false;
|
||||||
randomizedDelaySec = "45min";
|
randomizedDelaySec = "45min";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue