summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-03-27 15:32:52 +0100
committerAlan Pearce2025-03-27 15:32:52 +0100
commit9d15f2520f053cbcaa04e78768c789587a87dff0 (patch)
tree1749d2a8d575660ebafbb51f7dadc156acd1ee44
parent643cb57ea23dd39f357738d47530484800c77b8a (diff)
downloadnixfiles-9d15f2520f053cbcaa04e78768c789587a87dff0.tar.lz
nixfiles-9d15f2520f053cbcaa04e78768c789587a87dff0.tar.zst
nixfiles-9d15f2520f053cbcaa04e78768c789587a87dff0.zip
linde: schedule autoupgrades after searchix index updates
-rw-r--r--system/linde.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 7fd8337a..6b6e63a3 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -120,12 +120,12 @@ in
       ${pkgs.npins}/bin/npins update searchix nixpkgs
     '';
     useNixShell = true;
-    dates = "03:23";
+    dates = "05:23";
     allowReboot = true;
     randomizedDelaySec = "45 min";
     rebootWindow = {
-      lower = "03:00";
-      upper = "05:30";
+      lower = "05:20";
+      upper = "07:00";
     };
   };