Add support for IPv6 in the Avahi service.

Trying to get connected to my Tealok via zeroconf networking.
This commit is contained in:
Eli Ribble 2024-08-29 17:13:51 -07:00
parent b73dd14b20
commit 270e1a5236
1 changed files with 3 additions and 1 deletions

View File

@ -173,7 +173,9 @@
# services.openssh.enable = true;
services.avahi = {
enable = true;
nssmdns4 = true;
ipv6 = true;
nssmdns4 = false;
nssmdns6 = true;
publish.enable = true;
publish.workstation = true;
publish.addresses = true;