nixos-config-mirror/hosts/gc.nix
2025-04-16 09:14:51 +02:00

8 lines
133 B
Nix

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