From 26f91fac209de4d95a9b4bfff8ff01829c521aed Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 15 Feb 2023 21:23:44 +0100 Subject: [PATCH] parsons: fix nix auto gc --- common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/default.nix b/common/default.nix index e0368e5..422c695 100644 --- a/common/default.nix +++ b/common/default.nix @@ -17,7 +17,7 @@ MaxRetentionSec=48h ''; nix.gc.automatic = lib.mkDefault true; - nix.gc.options = lib.mkDefault "--delete-older-than 1w"; + nix.gc.options = lib.mkDefault "--delete-older-than 7d"; nix.settings.trusted-users = [ "root" "@wheel" ]; nix.extraOptions = '' experimental-features = nix-command flakes