summary refs log tree commit diff
path: root/nixos/modules/services/networking/iodine.nix
diff options
context:
space:
mode:
authorsymphorien <symphorien@users.noreply.github.com>2020-02-05 19:42:07 +0000
committerGitHub <noreply@github.com>2020-02-05 19:42:07 +0000
commit1addf1fd9404d89adbbb26f6460d9c46f24ffe1c (patch)
tree037d77176f6dc5d46d6362b92d8b9f860492298c /nixos/modules/services/networking/iodine.nix
parentb7f27cb61a09c76973cdeb4ed4207b7f2e6f4c65 (diff)
downloadnixpkgs-1addf1fd9404d89adbbb26f6460d9c46f24ffe1c.tar
nixpkgs-1addf1fd9404d89adbbb26f6460d9c46f24ffe1c.tar.gz
nixpkgs-1addf1fd9404d89adbbb26f6460d9c46f24ffe1c.tar.bz2
nixpkgs-1addf1fd9404d89adbbb26f6460d9c46f24ffe1c.tar.lz
nixpkgs-1addf1fd9404d89adbbb26f6460d9c46f24ffe1c.tar.xz
nixpkgs-1addf1fd9404d89adbbb26f6460d9c46f24ffe1c.tar.zst
nixpkgs-1addf1fd9404d89adbbb26f6460d9c46f24ffe1c.zip
nixos/iodine: improve description of some options
Co-Authored-By: Martin Weinelt <mweinelt@users.noreply.github.com>
Diffstat (limited to 'nixos/modules/services/networking/iodine.nix')
-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 8aa91170851..1a18976372d 100644
--- a/nixos/modules/services/networking/iodine.nix
+++ b/nixos/modules/services/networking/iodine.nix
@@ -52,7 +52,7 @@ in
                 server = mkOption {
                   type = types.str;
                   default = "";
-                  description = "Domain or Subdomain of server running iodined";
+                  description = "Hostname of server running iodined";
                   example = "tunnel.mydomain.com";
                 };