znapzend: update declarations for --mailErrorSummaryTo
Co-authored-by: Janne Heß <dasJ@users.noreply.github.com>
This commit is contained in:
parent
2bb9ac6442
commit
3accf6d393
1 changed files with 2 additions and 2 deletions
|
@ -316,9 +316,9 @@ in
|
|||
};
|
||||
|
||||
mailErrorSummaryTo = mkOption {
|
||||
type = str;
|
||||
type = singleLineStr;
|
||||
default = "";
|
||||
description = lib.mdDoc ''
|
||||
description = ''
|
||||
Email address to send a summary to if "send task(s) failed".
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue