diff options
author | Alan Pearce | 2025-03-09 12:36:27 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-09 12:36:27 +0100 |
commit | 0893d639685199ab94d7b257e5de1662c6973d7a (patch) | |
tree | ccd259a01d30576f882caa01b9afbf717b1e5188 /system/linde.nix | |
parent | 09fb9945f5b0387d502721aca64122a25bf22861 (diff) | |
download | nixfiles-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.nix | 6 |
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"; |