From 254eda86fdabb6ddc02a8d3626b81766999897a4 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 3 Aug 2024 16:42:56 +0200 Subject: common/nix: shorter gc time This should speed up Zsh, and lead to less issue with a full /boot partition --- common/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/nix.nix b/common/nix.nix index 9780560..b06a8cc 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -7,7 +7,7 @@ inputs: { gc = { automatic = true; dates = "03:15"; - options = "--delete-older-than 15d"; + options = "--delete-older-than 5d"; }; settings = { -- cgit v1.2.3