From b57fb6d243ca82b77980b83841b32557d9e3fb84 Mon Sep 17 00:00:00 2001 From: Lilith Date: Wed, 14 Jan 2026 01:47:39 +0100 Subject: [PATCH] stuff --- server/home-assistant/mosquitto.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/home-assistant/mosquitto.nix b/server/home-assistant/mosquitto.nix index c3a118f0..d36208cd 100644 --- a/server/home-assistant/mosquitto.nix +++ b/server/home-assistant/mosquitto.nix @@ -7,7 +7,9 @@ { config = lib.mkIf config.server.home-assistant.enable { - sops.secrets."home-assistant/mosquitto/hass" = { }; + sops.secrets."home-assistant/mosquitto/hass" = { + sopsFile = "hosts/lilith-lab/secrets/default.yaml" + }; services.mosquitto = { enable = true;