configuration: more verbose avahi definition

This commit is contained in:
matthewcroughan 2022-07-13 16:49:27 +01:00
parent 89bbcf877b
commit 406de9c3bf

View File

@ -26,5 +26,14 @@
# Enable Avahi mDNS, you should be able to reach http://visionfive-nix:19999
# to reach netdata when booted
services.avahi.enable = true;
services.avahi = {
openFirewall = true;
nssmdns = true; # Allows software to use Avahi to resolve.
enable = true;
publish = {
enable = true;
addresses = true;
workstation = true;
};
};
}