mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
Update examples
This commit is contained in:
parent
d819c49c55
commit
62de42fc58
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user