mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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;
|
defaultNetwork.settings.dns_enabled = true;
|
||||||
|
|
||||||
autoPrune = enabled {
|
autoPrune = enabled {
|
||||||
dates = "daily";
|
dates = "weekly";
|
||||||
flags = [ "--all" ];
|
flags = [ "--all" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
nix = {
|
nix = {
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "daily";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 3d";
|
options = "--delete-older-than 3d";
|
||||||
persistent = true;
|
persistent = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue