summary refs log tree commit diff
diff options
context:
space:
mode:
authorsymphorien <symphorien@users.noreply.github.com>2020-02-05 19:47:43 +0000
committerGitHub <noreply@github.com>2020-02-05 19:47:43 +0000
commitd2d5d89c2c30779ef6299d68fa8ef3f7d4fc1086 (patch)
tree3c14e4a5a34293ec1d8f667950dbfe4b96dc423d
parentdfa67635d62973c9b8c0dc1ef3e55cd7eadd35c8 (diff)
downloadnixpkgs-d2d5d89c2c30779ef6299d68fa8ef3f7d4fc1086.tar
nixpkgs-d2d5d89c2c30779ef6299d68fa8ef3f7d4fc1086.tar.gz
nixpkgs-d2d5d89c2c30779ef6299d68fa8ef3f7d4fc1086.tar.bz2
nixpkgs-d2d5d89c2c30779ef6299d68fa8ef3f7d4fc1086.tar.lz
nixpkgs-d2d5d89c2c30779ef6299d68fa8ef3f7d4fc1086.tar.xz
nixpkgs-d2d5d89c2c30779ef6299d68fa8ef3f7d4fc1086.tar.zst
nixpkgs-d2d5d89c2c30779ef6299d68fa8ef3f7d4fc1086.zip
nixos/iodine: improve wording of some descriptions
Co-Authored-By: Martin Weinelt <mweinelt@users.noreply.github.com>
-rw-r--r--nixos/modules/services/networking/iodine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/iodine.nix b/nixos/modules/services/networking/iodine.nix
index 07b325d5b34..63a6a4c0fb9 100644
--- a/nixos/modules/services/networking/iodine.nix
+++ b/nixos/modules/services/networking/iodine.nix
@@ -73,7 +73,7 @@ in
                 passwordFile = mkOption {
                   type = types.str;
                   default = "";
-                  description = "File that contains password";
+                  description = "Path to a file containing the password.";
                 };
               };
             }