From 6c230bdbd32779b17da7db45dbe253700f1929f5 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 19:49:25 -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 aa52d7c..5a07a92 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_password_file".path; # optional + #passwordFile = sec."mosquitto_password_file".path; # optional } ]; # override umask to make permissions work out