Garbage collector Nix automatique

This commit is contained in:
nyanloutre 2018-04-07 19:38:22 +02:00
parent 937a84b487
commit 99c154448f
1 changed files with 2 additions and 0 deletions

View File

@ -65,4 +65,6 @@
security.sudo.wheelNeedsPassword = false;
system.autoUpgrade.enable = true;
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 15d";
}