Remove '-client' from mqtt config

This commit is contained in:
niten 2023-04-24 10:31:39 -07:00
parent 55cb413171
commit 98d0226104

View File

@ -23,7 +23,7 @@ in {
description = "MQTT topic on which to send notifications."; description = "MQTT topic on which to send notifications.";
}; };
mqtt-client = { mqtt = {
host = mkOption { host = mkOption {
type = str; type = str;
description = "Hostname of the MQTT server."; description = "Hostname of the MQTT server.";