From 7dd4db5f90ac1adb4b97c62a1e2335bb8cde4cdb Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Sun, 1 Feb 2026 14:42:22 +0100 Subject: [PATCH] weekly cleanup of nix store --- hosts/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index e1c850b..e795c64 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -19,7 +19,7 @@ nix = { optimise = { automatic = true; - dates = [ "11:00" ]; + dates = "weekly"; }; settings = { auto-optimise-store = true; @@ -36,6 +36,7 @@ }; gc = { automatic = true; + dates = "weekly"; options = "--delete-older-than 14d"; }; };