From 41c3c329c87e3581b2737fc81a29fd82956bb25e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 30 Jun 2025 14:24:25 +0200 Subject: [PATCH] nixos/gitea: loosen SENDMAIL_PATH type --- nixos/modules/services/misc/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/gitea.nix b/nixos/modules/services/misc/gitea.nix index d3b7e3b2e766..160e777f1f80 100644 --- a/nixos/modules/services/misc/gitea.nix +++ b/nixos/modules/services/misc/gitea.nix @@ -464,7 +464,7 @@ in }; SENDMAIL_PATH = lib.mkOption { - type = lib.types.path; + type = lib.types.str; # somewhat duplicated with useSendmail but cannot be deduped because of infinite recursion default = if config.mailer.ENABLED && config.mailer.PROTOCOL == "sendmail" then