Skip to content

Commit 535b60b

Browse files
nixos/gitea: loosen SENDMAIL_PATH type (#421230)
2 parents 2be9ed8 + 41c3c32 commit 535b60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/misc/gitea.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ in
464464
};
465465

466466
SENDMAIL_PATH = lib.mkOption {
467-
type = lib.types.path;
467+
type = lib.types.str;
468468
# somewhat duplicated with useSendmail but cannot be deduped because of infinite recursion
469469
default =
470470
if config.mailer.ENABLED && config.mailer.PROTOCOL == "sendmail" then

0 commit comments

Comments
 (0)