From aa86af05f839c163ec095c7408f96c80986ba995 Mon Sep 17 00:00:00 2001 From: hektor Date: Sun, 26 Jul 2026 22:03:43 +0200 Subject: [PATCH] fix(common): make 'nix.gc' default overrideable --- modules/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index 1937bff..eb7c0b1 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -34,7 +34,7 @@ in gc = { automatic = true; dates = "weekly"; - options = "--delete-older-than 30d"; + options = lib.mkDefault "--delete-older-than 30d"; }; settings.experimental-features = [ "nix-command"