more frequent nix gc
This commit is contained in:
parent
c94e085e66
commit
2ff6ddc89f
|
@ -46,8 +46,8 @@ in {
|
|||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "monthly";
|
||||
options = "--delete-older-than 30d";
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
documentation = {
|
||||
|
|
Loading…
Reference in a new issue