fix
This commit is contained in:
parent
ebf2035c54
commit
a5407c8129
|
@ -2,6 +2,6 @@
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
options = "--delete-older-than 1w";
|
options = "--delete-older-than 7d";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue