règler le garbage collectore nix en mode persistant
This commit is contained in:
parent
efb9b1a79c
commit
870381b16a
@ -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…
Reference in New Issue
Block a user