1
0
Forka 0

Auto garbage collect

master
dump_stack() 2019-04-12 17:25:46 +00:00 committato da Mikhail Klementev
parent e25a2f34b8
commit 0672f93d16
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni

Vedi File

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