From 2ff6ddc89fd084f1756fae281e37fcd25c3280c6 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 2 Mar 2024 13:11:01 +0100 Subject: [PATCH] more frequent nix gc --- modules/nixpkgs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nixpkgs.nix b/modules/nixpkgs.nix index 5f7ae01..231996e 100644 --- a/modules/nixpkgs.nix +++ b/modules/nixpkgs.nix @@ -46,8 +46,8 @@ in { nix.gc = { automatic = true; - dates = "monthly"; - options = "--delete-older-than 30d"; + dates = "daily"; + options = "--delete-older-than 7d"; }; documentation = {