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 } ]; };