From 62de42fc5865a913cf6992cbb0369c10c679fc54 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Mon, 20 Nov 2017 07:13:43 +0100 Subject: [PATCH] Update examples --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index e22e157..6af2ad1 100644 --- a/default.nix +++ b/default.nix @@ -28,7 +28,7 @@ in fqdn = mkOption { type = types.str; - example = "example.com"; + example = "mx.example.com"; description = "The fully qualified domain name of the mail server."; }; @@ -44,7 +44,7 @@ in options = { name = mkOption { type = types.str; - example = "user1"; + example = "user1@example.com"; description = "Username"; };