From 3accf6d393ba63805c9545fbd741d15ff933bb83 Mon Sep 17 00:00:00 2001 From: Tobi Bleiker Date: Wed, 1 May 2024 09:51:09 +0200 Subject: [PATCH] znapzend: update declarations for --mailErrorSummaryTo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Janne Heß --- nixos/modules/services/backup/znapzend.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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". ''; };