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 = {
|
||||
automatic = lib.mkDefault true;
|
||||
options = "--delete-older-than 7d";
|
||||
dates = "weekly";
|
||||
options = lib.mkDefault "--delete-older-than 7d";
|
||||
dates = lib.mkDefault "weekly";
|
||||
};
|
||||
|
||||
optimise.automatic = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue