Unverified Commit 41c3c329 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

nixos/gitea: loosen SENDMAIL_PATH type

parent 1c9d1759
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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