From 8ea75952af54154de85eaf569c06b10d04b0db6c Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Wed, 31 Jan 2024 09:20:55 -0500 Subject: [PATCH] Specify mail port --- services/wch-app.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/wch-app.nix b/services/wch-app.nix index b62d828..687c942 100644 --- a/services/wch-app.nix +++ b/services/wch-app.nix @@ -1,10 +1,11 @@ {pkgs, ...}: import ../common/services/wch-app.nix { pkgs = pkgs; ref = "feature/client-auth"; - rev = "1d43ffd995989eda217612daed5c180a68070352"; + rev = "c42e3faafe164cb16bfb878067af24dbf75a9fba"; baseUrl = "wch-otd-test.techwork.zone"; mail = { host = "in-v3.mailjet.com"; from = "wch-otd@tams.tech"; + port = "587"; }; }