nixos/gitea: loosen SENDMAIL_PATH type (#421230)

This commit is contained in:
Sandro
2025-06-30 19:40:34 +02:00
committed by GitHub
+1 -1
View File
@@ -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