Reduce automatic gc time 7d -> 3d
This commit is contained in:
parent
a4019f180d
commit
8126a1428a
|
@ -36,7 +36,7 @@
|
|||
channel.enable = true;
|
||||
gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 7d";
|
||||
options = "--delete-older-than 3d";
|
||||
};
|
||||
optimise.automatic = true;
|
||||
registry.my-nixos = {
|
||||
|
|
Loading…
Reference in a new issue