diff --git a/nixos/modules/services/backup/znapzend.nix b/nixos/modules/services/backup/znapzend.nix index a97b33ac1f31..7f2c89edbf37 100644 --- a/nixos/modules/services/backup/znapzend.nix +++ b/nixos/modules/services/backup/znapzend.nix @@ -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". ''; };