mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-02-23 08:27:10 +01:00
tweak update settings
This commit is contained in:
parent
d65d585136
commit
0e3c3b8971
|
@ -84,7 +84,7 @@
|
||||||
|
|
||||||
# prevent stuck units from preventing shutdown (default is 120s)
|
# prevent stuck units from preventing shutdown (default is 120s)
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
DefaultTimeoutStopSec=12s
|
DefaultTimeoutStopSec=10s
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -108,5 +108,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableGraphical = true;
|
enableGraphical = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
system.autoUpgrade = {
|
||||||
|
allowReboot = false;
|
||||||
|
operation = "boot";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue