Add automatic garbage collection
This commit is contained in:
parent
1d4087ea37
commit
a729149931
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ hostname, username }:
|
||||
{
|
||||
nix = {
|
||||
gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
optimise.automatic = true;
|
||||
settings = {
|
||||
builders-use-substitutes = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue