nixos/iodine: improve description of some options

Co-Authored-By: Martin Weinelt <mweinelt@users.noreply.github.com>
This commit is contained in:
symphorien 2020-02-05 19:42:07 +00:00 committed by GitHub
parent b7f27cb61a
commit 1addf1fd94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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