This commit is contained in:
Harivansh Rathi 2026-03-30 21:13:10 -04:00
parent f38c272269
commit 1dc4ed5f1a
20 changed files with 349 additions and 112 deletions

View file

@ -26,7 +26,7 @@ in
nix.gc = {
automatic = true;
options = "--delete-older-than 14d";
options = lib.mkDefault "--delete-older-than 14d";
}
// (
if pkgs.stdenv.isDarwin then