implement alias list
This commit is contained in:
@@ -61,8 +61,9 @@ in
|
||||
};
|
||||
|
||||
aliases = mkOption {
|
||||
type = types.listOf types.str;
|
||||
type = with types; listOf types.str;
|
||||
example = ["abuse@example.com" "postmaster@example.com"];
|
||||
default = [];
|
||||
description = ''
|
||||
A list of aliases of this login account.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user