diff --git a/hosts/common/core/avahi.nix b/hosts/common/core/avahi.nix index 1840246..9ba7008 100644 --- a/hosts/common/core/avahi.nix +++ b/hosts/common/core/avahi.nix @@ -5,7 +5,11 @@ openFirewall = true; publish = { enable = true; + addresses = true; domain = true; + hinfo = true; + userServices = true; + workstation = true; }; }; }