diff options
Diffstat (limited to 'system/settings/services')
-rw-r--r-- | system/settings/services/zeroconf.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/services/zeroconf.nix b/system/settings/services/zeroconf.nix index 70b70b20..ec917391 100644 --- a/system/settings/services/zeroconf.nix +++ b/system/settings/services/zeroconf.nix @@ -5,7 +5,7 @@ }: { services.avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; ipv6 = true; publish = { enable = true; |