nixos-config/hosts/gc.nix
2024-11-10 15:29:18 +01:00

8 lines
131 B
Nix

{config, ...}: {
# nix.gc = {
# automatic = true;
# dates = "daily";
# options = "--delete-older-than 10d";
# };
}