Add selector option

This commit is contained in:
niten 2023-09-24 10:52:57 -07:00
parent 8418928072
commit 8b87a338e3
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ in {
"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 {
type = port;
description = "Port at which to listen for incoming signing requests.";