AutoUpdate : Run on 3 AM.

This commit is contained in:
Dmitry Voronin 2024-03-04 04:23:37 +03:00
parent ccb2706ca2
commit 11d21727c4

View file

@ -2,7 +2,7 @@
system.autoUpgrade = {
enable = true;
allowReboot = false;
dates = "daily";
dates = "03:00";
flake = "git+https://git.voronind.com/voronind/nixos.git";
operation = "boot";
persistent = true;