Generate mail accounts from a user list.
This commit is contained in:
parent
9f49f3fcf0
commit
51e986da9c
3 changed files with 17 additions and 9 deletions
|
@ -47,6 +47,12 @@ with lib;
|
|||
The Machines domain name.
|
||||
'';
|
||||
};
|
||||
mailAccounts = mkOption {
|
||||
type = types.listOf types.string;
|
||||
description = ''
|
||||
List of mail account user names.
|
||||
'';
|
||||
};
|
||||
vHosts = mkOption {
|
||||
type = types.listOf types.attrs;
|
||||
description = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue