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