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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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