mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 11:29:17 +05:00
add aliases option type
This commit is contained in:
parent
64905a506b
commit
a17093b867
@ -60,6 +60,14 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
aliases = mkOption {
|
||||
type = types.listOf types.str;
|
||||
example = ["abuse@example.com" "postmaster@example.com"];
|
||||
description = ''
|
||||
A list of aliases of this login account.
|
||||
'';
|
||||
};
|
||||
|
||||
sieveScript = mkOption {
|
||||
type = with types; nullOr lines;
|
||||
default = null;
|
||||
|
Loading…
Reference in New Issue
Block a user