Use lib.mkDefault for nix.gc.options in server config to avoid conflicts with template
This commit is contained in:
parent
fbddebf00e
commit
ab6217a4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue