règler le garbage collectore nix en mode persistant
This commit is contained in:
parent
efb9b1a79c
commit
870381b16a
1 changed files with 1 additions and 0 deletions
|
@ -88,5 +88,6 @@
|
||||||
|
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
nix.gc.options = "--delete-older-than 15d";
|
nix.gc.options = "--delete-older-than 15d";
|
||||||
|
systemd.timers.nix-gc.timerConfig.Persistent = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue