diff --git a/hosts/darwin/system-default.nix b/hosts/darwin/system-default.nix index aa5d12c..b42618f 100644 --- a/hosts/darwin/system-default.nix +++ b/hosts/darwin/system-default.nix @@ -7,7 +7,12 @@ nix-homebrew.darwinModules.nix-homebrew ]; - # Nix configuration + nix.gc = { + automatic = true; + interval = { Day = 1; }; + options = "--delete-older-than 30d"; + }; + nix.settings.experimental-features = "nix-command flakes"; nix.settings.substituters = [ "https://cache.nixos.org/"