mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Prune stuff weekly instead
This commit is contained in:
parent
d1ef1c9f31
commit
2210d6b5e3
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ systemConfiguration {
|
|||
defaultNetwork.settings.dns_enabled = true;
|
||||
|
||||
autoPrune = enabled {
|
||||
dates = "daily";
|
||||
dates = "weekly";
|
||||
flags = [ "--all" ];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
nix = {
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 3d";
|
||||
persistent = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue