From bd685b76a52ac24ec5267daeb738fb01ce6f9865 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 2 Sep 2025 09:32:23 -0400 Subject: [PATCH] remove hinfo from avahi --- hosts/common/core/avahi.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/common/core/avahi.nix b/hosts/common/core/avahi.nix index 9ba7008..aeb5d62 100644 --- a/hosts/common/core/avahi.nix +++ b/hosts/common/core/avahi.nix @@ -7,8 +7,6 @@ enable = true; addresses = true; domain = true; - hinfo = true; - userServices = true; workstation = true; }; };