mkDefault on gc options

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-20 11:33:54 -04:00 committed by Alice Huston
parent a550479669
commit d11c62fe3d

View File

@ -40,7 +40,7 @@
max-free = ${toString (10 * 1024 * 1024 * 1024)}
'';
gc = {
gc = lib.mkDefault {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";