autogc now deletes gens older than 60 days
This commit is contained in:
parent
2c372ac591
commit
3be790a70e
|
@ -2,6 +2,6 @@
|
|||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
options = "--delete-older-than 60d";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue