allow automatic rebooting on kernel updates (fix module)
This commit is contained in:
parent
02811d2eb7
commit
40e7f12b33
|
@ -67,7 +67,7 @@ let cfg = config.system.autoUpgrade; in
|
|||
|
||||
};
|
||||
|
||||
config = {
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
system.autoUpgrade.flags =
|
||||
[ "--no-build-output" ]
|
||||
|
|
Loading…
Reference in a new issue