change cloudnix autoupdate to weekly

This commit is contained in:
Sam 2025-03-04 11:29:33 +00:00
parent b8f58b3edf
commit b8b66af3bc

View file

@ -75,7 +75,7 @@ in {
reboot = false; reboot = false;
pushUpdates = false; pushUpdates = false;
configDir = "/etc/nixos"; configDir = "/etc/nixos";
onCalendar = "*-*-* 06:00:00"; onCalendar = "Wed *-*-* 06:00:00";
user = "admin"; user = "admin";
}; };