nix gc on artemision 30d -> 7d

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-04 10:06:04 -04:00 committed by Alice Huston
parent 2ed6053231
commit 767d952f62

View File

@ -52,12 +52,13 @@
# }; # };
# }; # };
system = { nix = {
autoUpgrade = {
enable = true; gc = {
randomizedDelaySec = "1h"; automatic = true;
persistent = true; dates = "weekly";
flake = "github:RAD-Development/nix-dotfiles"; options = "--delete-older-than 7d";
}; };
}; };
} }