1
0
Fork 0

Auto garbage collect

master
dump_stack() 2019-04-12 17:25:39 +00:00 committed by Mikhail Klementev
parent 4ff347fe63
commit 583467ffd4
1 changed files with 4 additions and 0 deletions

View File

@ -64,4 +64,8 @@ in {
system.stateVersion = "18.09";
system.autoUpgrade.enable = true;
nix.gc.automatic = true;
nix.gc.dates = "weekly";
nix.gc.options = "--delete-older-than 30d";
}