nixos/iodine: improve wording of some descriptions
Co-Authored-By: Martin Weinelt <mweinelt@users.noreply.github.com>
symphorien 5 years ago d2d5d89c dfa67635
··· 73 73 passwordFile = mkOption { 74 74 type = types.str; 75 75 default = ""; 76 76 - description = "File that contains password"; 76 76 + description = "Path to a file containing the password."; 77 77 }; 78 78 }; 79 79 }