mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 12:23:56 -05:00
format
This commit is contained in:
parent
44ddc5e50d
commit
5c90a0e227
|
@ -115,7 +115,7 @@
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
allowReboot = true;
|
allowReboot = true;
|
||||||
dates = "04:00";
|
dates = "04:00";
|
||||||
randomizedDelaySec="20min";
|
randomizedDelaySec = "20min";
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "github:alyraffauf/nixcfg";
|
flake = "github:alyraffauf/nixcfg";
|
||||||
operation = "boot";
|
operation = "boot";
|
||||||
|
|
Loading…
Reference in a new issue