From b63ce5b4fb1d1c4ada4768e83e0912f2df20533e Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 19:48:39 -0500 Subject: [PATCH] 178 current 2025-10-09 16:19:44 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/smarthome/mosquitto/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/services/smarthome/mosquitto/default.nix b/modules/homelab/services/smarthome/mosquitto/default.nix index 67665c3..aa52d7c 100644 --- a/modules/homelab/services/smarthome/mosquitto/default.nix +++ b/modules/homelab/services/smarthome/mosquitto/default.nix @@ -61,7 +61,7 @@ in port = 1883; address = "0.0.0.0"; settings.allow_anonymous = true; - passwordFile = sec."mosquitto".path; # optional + passwordFile = sec."mosquitto_password_file".path; # optional } ]; # override umask to make permissions work out