Fixed avahi by disabling certain interfaces
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
denyInterfaces = [ "docker0" "veth*" "virbr*" ];
|
||||
publish = {
|
||||
enable = true;
|
||||
domain = true;
|
||||
|
||||
Reference in New Issue
Block a user