modules/nix-config-server: tighter GC

This commit is contained in:
Max Headroom 2022-05-29 14:43:38 +02:00
parent f42aa336f2
commit d9ffd8c863

View file

@ -24,7 +24,7 @@ in {
gc = { gc = {
automatic = true; automatic = true;
dates = "weekly"; dates = "weekly";
options = "--delete-older-than 30d"; options = "--delete-older-than 7d";
}; };
}; };
} }