From 12f3e3767a3a139aebef0f31c1aa1217a67a46b3 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 19:31:27 -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 f5b0f51..02b5d2e 100644 --- a/modules/homelab/services/smarthome/mosquitto/default.nix +++ b/modules/homelab/services/smarthome/mosquitto/default.nix @@ -61,7 +61,7 @@ in { acl = [ "pattern readwrite #" ]; # Allows read/write access to all topics omitPasswordAuth = true; # Disables password authentication - settings.allow_anonymous = true; # Allows anonymous connections + allow_anonymous = true; # Allows anonymous connections } ]; };