Remove '-client' from mqtt config
This commit is contained in:
parent
55cb413171
commit
98d0226104
|
@ -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.";
|
||||
|
|
Loading…
Reference in New Issue