Use lib.mkDefault for nix.gc.options in server config to avoid conflicts with template

This commit is contained in:
Don Harper 2026-05-05 15:05:37 -05:00
parent fbddebf00e
commit ab6217a4c7

View file

@ -29,7 +29,7 @@ in {
gc = { gc = {
automatic = true; automatic = true;
dates = "daily"; dates = "daily";
options = "--delete-older-than 4d"; options = lib.mkDefault "--delete-older-than 4d";
}; };
}; };
imports = [ imports = [