mkDefault on gc options
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
a550479669
commit
d11c62fe3d
@ -40,7 +40,7 @@
|
|||||||
max-free = ${toString (10 * 1024 * 1024 * 1024)}
|
max-free = ${toString (10 * 1024 * 1024 * 1024)}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
gc = {
|
gc = lib.mkDefault {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user