Add alias to mail accounts.
Automatically add fqdn as mail alias.
This commit is contained in:
parent
a80b06b881
commit
7d70e000ce
4 changed files with 11 additions and 8 deletions
|
@ -48,7 +48,7 @@ with lib;
|
|||
'';
|
||||
};
|
||||
mailAccounts = mkOption {
|
||||
type = types.listOf types.string;
|
||||
type = types.listOf types.attrs;
|
||||
description = ''
|
||||
List of mail account user names.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue