configuration: more verbose avahi definition
This commit is contained in:
parent
89bbcf877b
commit
406de9c3bf
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user