nixos/iodine: improve wording of some descriptions

Co-Authored-By: Martin Weinelt <mweinelt@users.noreply.github.com>
This commit is contained in:
symphorien
2020-02-05 19:47:43 +00:00
committed by GitHub
parent dfa67635d6
commit d2d5d89c2c

View File

@@ -73,7 +73,7 @@ in
passwordFile = mkOption {
type = types.str;
default = "";
description = "File that contains password";
description = "Path to a file containing the password.";
};
};
}