Open ports for avahi
This commit is contained in:
parent
c3b1a294ae
commit
b46edde9bf
|
@ -27,13 +27,11 @@ in {
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns = true;
|
nssmdns = true;
|
||||||
|
openFirewall = true;
|
||||||
publish = {
|
publish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userServices = true;
|
userServices = true;
|
||||||
domain = true;
|
|
||||||
workstation = true;
|
|
||||||
};
|
};
|
||||||
reflector = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Dynamic DNS configuration
|
# Dynamic DNS configuration
|
||||||
|
|
Loading…
Reference in New Issue