{ pkgs, ... }: { services.avahi = { enable = true; reflector = true; allowInterfaces = [ "multimedia" "server" "lan" "smart" ]; }; environment.systemPackages = with pkgs; [ nssmdns ]; }