add automatic gc to servers
This commit is contained in:
@@ -39,5 +39,10 @@
|
||||
allowedTCPPorts = [ 22 80 443 ];
|
||||
};
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 60d";
|
||||
}
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user