From 371b17cfcd93a39d4ef622d33d9a498952491ef7 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 3 Sep 2025 13:38:44 -0400 Subject: [PATCH] Enable mDNS bits (avahi) so ESPHome container will work --- modules/hosts/nixos/nixnuc/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/hosts/nixos/nixnuc/default.nix b/modules/hosts/nixos/nixnuc/default.nix index a2a4fe1..2f73fbc 100644 --- a/modules/hosts/nixos/nixnuc/default.nix +++ b/modules/hosts/nixos/nixnuc/default.nix @@ -147,6 +147,11 @@ in { host = "127.0.0.1"; maxHistoryLength = 2000000000; }; + avahi = { + enable = true; + nssmdns4 = true; + openFirewall = true; + }; ## ## Gandi (gandi.net) ##