Add alias to mail accounts.

Automatically add fqdn as mail alias.
This commit is contained in:
Kevin Baensch 2019-08-27 23:32:46 +02:00
parent a80b06b881
commit 7d70e000ce
4 changed files with 11 additions and 8 deletions

View file

@ -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.
'';