From 19424d0f28d8b8faf3fc988c54df2ef69196cc07 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 19:46:10 -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 2032e36..d5c3cbf 100644 --- a/modules/homelab/services/smarthome/mosquitto/default.nix +++ b/modules/homelab/services/smarthome/mosquitto/default.nix @@ -61,7 +61,7 @@ in port = 1883; bindAddress = "0.0.0.0"; allow_anonymous = true; - passwordFile = ${sec."mosquitto".path}; # optional + passwordFile = sec."mosquitto".path; # optional } ]; # override umask to make permissions work out