about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorTobi Bleiker <tbleiker@users.noreply.github.com>2024-05-01 09:51:09 +0200
committerGitHub <noreply@github.com>2024-05-01 09:51:09 +0200
commit3accf6d393ba63805c9545fbd741d15ff933bb83 (patch)
tree1abf4b3fdbd503697e3e08ffdf81781ec51fc014 /nixos/modules
parent2bb9ac64423daf473876bd5c2bfa3d7015c66f86 (diff)
znapzend: update declarations for --mailErrorSummaryTo
Co-authored-by: Janne Heß <dasJ@users.noreply.github.com>
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/backup/znapzend.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/backup/znapzend.nix b/nixos/modules/services/backup/znapzend.nix
index a97b33ac1f310..7f2c89edbf374 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".
         '';
       };