nix gc: TTL 2d, run weekly
parent
04a524e083
commit
6000be5584
|
@ -54,8 +54,8 @@
|
|||
nix = {
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 7d";
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 14d";
|
||||
};
|
||||
settings = {
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
|
|
Loading…
Reference in New Issue