Add selector option
This commit is contained in:
parent
8418928072
commit
8b87a338e3
6
dkim.nix
6
dkim.nix
|
@ -43,6 +43,12 @@ in {
|
||||||
"List of domains to be considered local, and signed instead of verified.";
|
"List of domains to be considered local, and signed instead of verified.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
selector = mkOption {
|
||||||
|
type = str;
|
||||||
|
description = "Name to use for mail-signing keys.";
|
||||||
|
default = "mail";
|
||||||
|
};
|
||||||
|
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
type = port;
|
type = port;
|
||||||
description = "Port at which to listen for incoming signing requests.";
|
description = "Port at which to listen for incoming signing requests.";
|
||||||
|
|
Loading…
Reference in New Issue