diff --git a/profiles/base/default.nix b/profiles/base/default.nix index 2206e21..a522597 100644 --- a/profiles/base/default.nix +++ b/profiles/base/default.nix @@ -22,6 +22,11 @@ security.sudo.wheelNeedsPassword = false; + nix.gc = { + automatic = true; + options = "--delete-older-than 2d"; + }; + nix.settings = { trusted-users = [ "@wheel" ]; trusted-substituters = [ "https://entropia.cachix.org" ];