all: Added nix.garbage-collect
This commit is contained in:
parent
e42f1ae16d
commit
7125ce3f52
|
@ -50,6 +50,12 @@ in
|
||||||
|
|
||||||
console.font = consoleFont config.my.highDPI;
|
console.font = consoleFont config.my.highDPI;
|
||||||
|
|
||||||
|
nix.gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 30d";
|
||||||
|
};
|
||||||
|
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue