allow automatic rebooting on kernel updates (fix module)

This commit is contained in:
Daniel Frank 2019-07-03 23:12:06 +02:00
parent 02811d2eb7
commit 40e7f12b33
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -67,7 +67,7 @@ let cfg = config.system.autoUpgrade; in
};
config = {
config = lib.mkIf cfg.enable {
system.autoUpgrade.flags =
[ "--no-build-output" ]