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 = {
|
||||
autoUpgrade = {
|
||||
enable = true;
|
||||
randomizedDelaySec = "1h";
|
||||
persistent = true;
|
||||
flake = "github:RAD-Development/nix-dotfiles";
|
||||
nix = {
|
||||
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user