aboutsummaryrefslogtreecommitdiff
path: root/nixos/services/avahi.service.nix
blob: 54bf88c2b58da0e5425a8f24a1901ef9d28dbaf7 (plain)
1
2
3
4
5
6
7
{...}: {
  services.avahi = {
    enable = true;
    nssmdns = true;
    openFirewall = true;
  };
}