From f248c129c8686717dfd199429dd7966396ec256d Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 10 Aug 2025 15:17:52 -0700 Subject: [PATCH] Open port 8095 for music assistant too --- machines/storage/s0/home-automation.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/storage/s0/home-automation.nix b/machines/storage/s0/home-automation.nix index 8247a0f..682ea81 100644 --- a/machines/storage/s0/home-automation.nix +++ b/machines/storage/s0/home-automation.nix @@ -22,6 +22,7 @@ config.services.home-assistant.config.http.server_port # Music assistant (must be exposed so local devices can fetch the audio stream from it) + 8095 8097 ];