From 40598d20c777883130590378237175672fc8f3f1 Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Wed, 23 Jul 2025 13:13:42 +0300 Subject: [PATCH] apu: add avahi --- hosts/apu/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/apu/configuration.nix b/hosts/apu/configuration.nix index 6027e88..e57bfbf 100644 --- a/hosts/apu/configuration.nix +++ b/hosts/apu/configuration.nix @@ -241,6 +241,14 @@ }; }; + services.avahi = { + enable = true; + nssmdns = true; + reflector = true; + interfaces = [ "lan" ]; + openFirewall = true; + }; + services.home-assistant = { enable = true; extraComponents = [