Update examples

This commit is contained in:
Robin Raymond 2017-11-20 07:13:43 +01:00 committed by GitHub
parent d819c49c55
commit 62de42fc58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ in
fqdn = mkOption { fqdn = mkOption {
type = types.str; type = types.str;
example = "example.com"; example = "mx.example.com";
description = "The fully qualified domain name of the mail server."; description = "The fully qualified domain name of the mail server.";
}; };
@ -44,7 +44,7 @@ in
options = { options = {
name = mkOption { name = mkOption {
type = types.str; type = types.str;
example = "user1"; example = "user1@example.com";
description = "Username"; description = "Username";
}; };