limit avahi reflector to googlecast

This commit is contained in:
Hendrik Sokolowski 2023-10-29 01:05:29 +02:00
parent 20dc6360b8
commit 3bbff6a3cd

View file

@ -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
'';
}; };
} }