From b287c0d582626f41c16c301660525002c9098599 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 22 Jan 2026 10:55:59 -0800 Subject: [PATCH] Bind MusicLink health server to localhost --- hosts/ops-jrz1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ops-jrz1.nix b/hosts/ops-jrz1.nix index 25f854c..a3f1168 100644 --- a/hosts/ops-jrz1.nix +++ b/hosts/ops-jrz1.nix @@ -114,7 +114,7 @@ "!DPQveBnfuDrbgOe6dm:clarun.xyz" ]; shadow = false; - healthAddr = ":8080"; + healthAddr = "127.0.0.1:8080"; stateStorePath = "data/matrix-state.db"; }; };