setup automatic garbage collection ()

This commit is contained in:
Ryan Mulligan 2020-10-28 08:16:34 -07:00 committed by GitHub
parent b31e82cf48
commit a8bd1609e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,9 @@ in
security.acme.email = "trash@nix-community.org";
security.acme.acceptTerms = true;
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 30d";
system.stateVersion = "20.03";
}