règler le garbage collectore nix en mode persistant

This commit is contained in:
nyanloutre 2018-12-12 23:42:51 +01:00
parent efb9b1a79c
commit 870381b16a
1 changed files with 1 additions and 0 deletions

View File

@ -88,5 +88,6 @@
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 15d";
systemd.timers.nix-gc.timerConfig.Persistent = true;
}