summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-03-09 12:36:27 +0100
committerAlan Pearce2025-03-09 12:36:27 +0100
commit0893d639685199ab94d7b257e5de1662c6973d7a (patch)
treeccd259a01d30576f882caa01b9afbf717b1e5188 /system/linde.nix
parent09fb9945f5b0387d502721aca64122a25bf22861 (diff)
downloadnixfiles-0893d639685199ab94d7b257e5de1662c6973d7a.tar.lz
nixfiles-0893d639685199ab94d7b257e5de1662c6973d7a.tar.zst
nixfiles-0893d639685199ab94d7b257e5de1662c6973d7a.zip
linde: update nix-packages flake
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix
index d5fef3c6..02f2457f 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -988,6 +988,12 @@ in
       keepRundirs = 1;
       archiveURL = "https://ci.alanpearce.eu/archive/";
     };
+    timers = {
+      update-flake-nix-packages = {
+        startAt = "Sunday";
+        accuracy = "6 hours";
+      };
+    };
   };
   users.users.laminar = {
     homeMode = "770";