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 = {
autoUpgrade = {
enable = true;
randomizedDelaySec = "1h";
persistent = true;
flake = "github:RAD-Development/nix-dotfiles";
nix = {
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
};
}