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.";