Remove '-client' from mqtt config

This commit is contained in:
niten 2023-04-24 10:31:39 -07:00
parent 55cb413171
commit 98d0226104
1 changed files with 1 additions and 1 deletions

View File

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