From 4f01bddd8ba476f29f1ceeb977d8aad864e526c9 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 3 Aug 2023 15:13:53 +0200 Subject: [PATCH] change mqtt user for snapserver --- utils/modules/snapserver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/modules/snapserver.nix b/utils/modules/snapserver.nix index f7844c9..6822076 100644 --- a/utils/modules/snapserver.nix +++ b/utils/modules/snapserver.nix @@ -32,7 +32,7 @@ in enabled = "yes"; // set this to yes to enable the mqtt-metadata-service hostname = "127.0.0.1"; // Hostname of the MQTT Broker port = 1883; // Port on the MQTT Broker to connect to - username = "shairport-mqtt"; //set this to a string to your username in order to enable username authentication + username = "espresense"; //set this to a string to your username in order to enable username authentication password = "insecure-password"; //set this to a string you your password in order to enable username & password authentication topic = "shairport"; //MQTT topic where this instance of shairport-sync should publish. If not set, the general.name value is used. // publish_raw = "no"; //whether to publish all available metadata under the codes given in the 'metadata' docs.