feat(sgx): enable IPv4 and IPv6 support for Avahi

Updated Avahi service configuration to support both IPv4 and IPv6 addressing. This change includes enabling nssmdns4 and nssmdns6, along with setting ipv4 and ipv6 to true.
This commit is contained in:
Harald Hoyer 2024-10-16 14:43:36 +02:00
parent 1e96221b75
commit 36cd114e72

View file

@ -20,7 +20,10 @@
services.avahi = {
enable = true;
nssmdns = true;
nssmdns4 = true;
nssmdns6 = true;
ipv6 = true;
ipv4 = true;
publish = {
enable = true;
userServices = true;