Don't specify trusted interfaces, it breaks printer auto discovery

This commit is contained in:
Alex Davies 2024-05-24 07:52:22 -03:00
parent 274e4e5627
commit a3bfc27024
1 changed files with 1 additions and 1 deletions

View File

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