global/nix: allow overriding gc options and dates
This commit is contained in:
parent
5e57657912
commit
df2de6c026
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ in
|
||||||
|
|
||||||
gc = {
|
gc = {
|
||||||
automatic = lib.mkDefault true;
|
automatic = lib.mkDefault true;
|
||||||
options = "--delete-older-than 7d";
|
options = lib.mkDefault "--delete-older-than 7d";
|
||||||
dates = "weekly";
|
dates = lib.mkDefault "weekly";
|
||||||
};
|
};
|
||||||
|
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue