all: Added nix.garbage-collect

This commit is contained in:
fleaz 2023-01-03 11:33:22 +01:00
parent e42f1ae16d
commit 7125ce3f52

View file

@ -50,6 +50,12 @@ in
console.font = consoleFont config.my.highDPI;
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
networking.extraHosts = ''
'';
}