nix gc on artemision 30d -> 7d
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
2ed6053231
commit
767d952f62
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user