From 22929b4156ccb4650a8310b633fcb43a2d5ac420 Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 12 Sep 2024 20:49:23 -0500 Subject: [PATCH] nh: always gc older than 7 days Signed-off-by: Myned --- options/custom/programs/nh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/programs/nh.nix b/options/custom/programs/nh.nix index 14cd0b2..feacad7 100644 --- a/options/custom/programs/nh.nix +++ b/options/custom/programs/nh.nix @@ -16,7 +16,7 @@ in clean = { enable = true; - extraArgs = "--keep-since ${if config.custom.minimal then "7" else "30"}d"; + extraArgs = "--keep-since 7d"; }; }; };