See if I can type 'description' this time

This commit is contained in:
niten 2023-11-26 15:35:25 -08:00
parent c140531285
commit e23d075bb2
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ in {
password-file = mkOption { password-file = mkOption {
type = str; type = str;
descriptionq = description =
"File containing password with which to authenticate to MQTT server."; "File containing password with which to authenticate to MQTT server.";
}; };
}; };