We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2be9ed8 + 41c3c32 commit 535b60bCopy full SHA for 535b60b
nixos/modules/services/misc/gitea.nix
@@ -464,7 +464,7 @@ in
464
};
465
466
SENDMAIL_PATH = lib.mkOption {
467
- type = lib.types.path;
+ type = lib.types.str;
468
# somewhat duplicated with useSendmail but cannot be deduped because of infinite recursion
469
default =
470
if config.mailer.ENABLED && config.mailer.PROTOCOL == "sendmail" then
0 commit comments