1
Fork 0
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:
RGBCube 2024-07-08 10:49:07 +03:00
parent d1ef1c9f31
commit 2210d6b5e3
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ systemConfiguration {
defaultNetwork.settings.dns_enabled = true;
autoPrune = enabled {
dates = "daily";
dates = "weekly";
flags = [ "--all" ];
};
};

View file

@ -6,7 +6,7 @@
nix = {
gc = {
automatic = true;
dates = "daily";
dates = "weekly";
options = "--delete-older-than 3d";
persistent = true;
};