Don't specify trusted interfaces, it breaks printer auto discovery
This commit is contained in:
parent
274e4e5627
commit
a3bfc27024
@ -7,7 +7,7 @@ in {
|
||||
networking.firewall.trustedInterfaces = privateZeroTierInterfaces; # TRUST VPN ONLY
|
||||
|
||||
services.avahi.enable = true;
|
||||
services.avahi.allowInterfaces = privateZeroTierInterfaces; # ONLY BROADCAST ON VPN
|
||||
#services.avahi.allowInterfaces = privateZeroTierInterfaces; # ONLY BROADCAST ON VPN
|
||||
services.avahi.ipv6 = true;
|
||||
services.avahi.publish.enable = true;
|
||||
services.avahi.publish.userServices = true;
|
||||
|
Loading…
Reference in New Issue
Block a user