From 14c98ea552220f841388a87409b9508bb2c33efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Sat, 12 Aug 2023 19:01:56 +0200 Subject: [PATCH] feat(nix): change system.autoUpgrade.dates to 03:00 --- system/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nix.nix b/system/nix.nix index ecb5cbd..b6d5144 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -23,7 +23,7 @@ in { system.autoUpgrade = { enable = true; - dates = "02:00"; + dates = "03:00"; flake = "/etc/nixos"; flags = with lib; flatten (mapAttrsToList (n: _: [ "--update-input" n ]) flakes);