From f3e3f15e591fe6d8e4689715413d11646b98e2b1 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 1 Dec 2022 00:44:00 +0100 Subject: [PATCH] [Nix] Auto-upgrade at 2 am --- nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix.nix b/nix.nix index 981a3d8..aeca47e 100644 --- a/nix.nix +++ b/nix.nix @@ -15,7 +15,7 @@ in system.autoUpgrade.enable = mkDefault true; system.autoUpgrade.allowReboot = mkIf (!desktopCfg.enable) (mkDefault true); - system.autoUpgrade.dates = "Sunday *-*-* 00:00"; + system.autoUpgrade.dates = "Sunday *-*-* 02:00"; nix.gc.automatic = mkDefault true;