From 11d21727c4c3afa0448164dd565ac892fa74319e Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 4 Mar 2024 04:23:37 +0300 Subject: [PATCH] AutoUpdate : Run on 3 AM. --- module/common/AutoUpdate.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/AutoUpdate.nix b/module/common/AutoUpdate.nix index 71e3703..6ae5083 100644 --- a/module/common/AutoUpdate.nix +++ b/module/common/AutoUpdate.nix @@ -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;