diff --git a/hosts/common/global/auto-upgrade.nix b/hosts/common/global/auto-upgrade.nix index 81d8f767..508be4b4 100644 --- a/hosts/common/global/auto-upgrade.nix +++ b/hosts/common/global/auto-upgrade.nix @@ -5,7 +5,7 @@ in { system.autoUpgrade = { enable = true; - dates = "03:00"; + dates = "04:00"; flake = "github:misterio77/nix-config/release-${hostName}"; }; }