mdns: try fixes for bug with pianonix
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
];
|
||||
};
|
||||
services.resolved.enable = true;
|
||||
# MDNS Taken by avahi
|
||||
services.resolved.extraConfig = ''
|
||||
MulticastDNS=false
|
||||
'';
|
||||
|
||||
networking.nameservers = lib.mkDefault [
|
||||
"1.1.1.1"
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
nssmdns6 = true;
|
||||
publish.enable = true;
|
||||
publish.addresses = true;
|
||||
ipv4 = true;
|
||||
ipv6 = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user