From 98d02261047bf4ba61df43bd6548b1892a063122 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 24 Apr 2023 10:31:39 -0700 Subject: [PATCH] Remove '-client' from mqtt config --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index ec2e36e..952d395 100644 --- a/module.nix +++ b/module.nix @@ -23,7 +23,7 @@ in { description = "MQTT topic on which to send notifications."; }; - mqtt-client = { + mqtt = { host = mkOption { type = str; description = "Hostname of the MQTT server.";