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