diff --git a/home/common/default.nix b/home/common/default.nix index 15e4d64..7cd80a5 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -50,5 +50,9 @@ experimental-features = ["nix-command" "flakes"]; warn-dirty = false; }; + gc = { + automatic = true; + options = "--delete-older-than 30d"; + }; }; }