automatic garbage collection

This commit is contained in:
2023-05-10 18:40:00 -06:00
parent ae2bd529f5
commit acab8b3089
2 changed files with 9 additions and 7 deletions

View File

@@ -614,6 +614,10 @@ systemd.user.services = {
networking.firewall.enable = false;
system.copySystemConfiguration = true;
nix.gc = {
enable = true;
dates = "weekly";
};
system.stateVersion = VERSION;