diff --git a/roles/all.nix b/roles/all.nix index d43b9ba..f0f3450 100644 --- a/roles/all.nix +++ b/roles/all.nix @@ -50,6 +50,12 @@ in console.font = consoleFont config.my.highDPI; + nix.gc = { + automatic = true; + dates = "weekly"; + options = "--delete-older-than 30d"; + }; + networking.extraHosts = '' ''; }