limit avahi reflector to googlecast
This commit is contained in:
parent
20dc6360b8
commit
3bbff6a3cd
|
@ -1,8 +1,12 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowInterfaces = ["eth0" "vlan102" "vlan104"];
|
openFirewall = true;
|
||||||
|
allowInterfaces = ["eth0" "vlan104"];
|
||||||
reflector = true;
|
reflector = true;
|
||||||
publish.enable = true;
|
publish.enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
reflect-filters=_googlecast._tcp.local
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue