aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--services/nix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/nix/default.nix b/services/nix/default.nix
index b0720788..b86e46fe 100644
--- a/services/nix/default.nix
+++ b/services/nix/default.nix
@@ -8,8 +8,8 @@
nix = {
gc = {
automatic = true;
- dates = "daily";
- options = "--delete-older-than 3";
+ dates = "weekly";
+ options = "--delete-older-than 7d";
};
settings = {
auto-optimise-store = true;