From 59a77075881442170c546828c8ac08fabb5f3442 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 2 Sep 2025 09:28:57 -0400 Subject: [PATCH] avahi --- hosts/common/core/avahi.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; }; }; }