mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 10:30:14 +01:00
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