modify citadel autoUpgrade time to 8am
This commit is contained in:
parent
dc883d2d9a
commit
833f511ce1
|
@ -94,7 +94,7 @@ in {
|
||||||
reboot = false;
|
reboot = false;
|
||||||
pushUpdates = false;
|
pushUpdates = false;
|
||||||
configDir = "/etc/nixos";
|
configDir = "/etc/nixos";
|
||||||
onCalendar = "daily";
|
onCalendar = "*-*-* 08:00:00";
|
||||||
user = "sam";
|
user = "sam";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue