So I installed the avahi-daemon bundle, but the service refuses to start (see below). What am I doing wrong?
dad@DadsGram~ $ systemctl status avahi-daemon.service
× avahi-daemon.service - Avahi mDNS/DNS-SD Stack
Loaded: loaded (/usr/lib/systemd/system/avahi-daemon.service; disabled; preset: disabled)
Active: failed (Result: exit-code) since Sat 2023-04-01 11:37:06 EDT; 5min ago
TriggeredBy: ● avahi-daemon.socket
Process: 27005 ExecStart=/usr/bin/avahi-daemon -s (code=exited, status=255/EXCEPTION)
Main PID: 27005 (code=exited, status=255/EXCEPTION)
Status: "avahi-daemon 0.8 exiting."
Apr 01 11:37:06 DadsGram avahi-daemon[27005]: Found user 'avahi' (UID 350) and group 'avahi' (GID 350).
Apr 01 11:37:06 DadsGram avahi-daemon[27005]: Successfully dropped root privileges.
Apr 01 11:37:06 DadsGram avahi-daemon[27005]: avahi-daemon 0.8 starting up.
Apr 01 11:37:06 DadsGram avahi-daemon[27005]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Apr 01 11:37:06 DadsGram avahi-daemon[27005]: dbus_bus_request_name(): Connection ":1.168" is not allowed to own the service "org.freedesktop.Avahi" due to security policies in the configuration file
Apr 01 11:37:06 DadsGram avahi-daemon[27005]: WARNING: Failed to contact D-Bus daemon.
Apr 01 11:37:06 DadsGram avahi-daemon[27005]: avahi-daemon 0.8 exiting.
Apr 01 11:37:06 DadsGram systemd[1]: avahi-daemon.service: Main process exited, code=exited, status=255/EXCEPTION
Apr 01 11:37:06 DadsGram systemd[1]: avahi-daemon.service: Failed with result 'exit-code'.
Apr 01 11:37:06 DadsGram systemd[1]: Failed to start avahi-daemon.service.