From d2d5d89c2c30779ef6299d68fa8ef3f7d4fc1086 Mon Sep 17 00:00:00 2001 From: symphorien Date: Wed, 5 Feb 2020 19:47:43 +0000 Subject: [PATCH] nixos/iodine: improve wording of some descriptions Co-Authored-By: Martin Weinelt --- nixos/modules/services/networking/iodine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/iodine.nix b/nixos/modules/services/networking/iodine.nix index 07b325d5b346..63a6a4c0fb9f 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."; }; }; }