From b73c573c98ca0222023db74fdb4798c390318e0c Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Wed, 17 Dec 2025 17:09:05 +0100 Subject: default conn test seems to fail constantly --- modules/mail/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/mail') diff --git a/modules/mail/default.nix b/modules/mail/default.nix index eb1c06c..1d023e6 100644 --- a/modules/mail/default.nix +++ b/modules/mail/default.nix @@ -121,6 +121,9 @@ in serviceConfig = { Type = "oneshot"; }; + environment = { + EMAIL_CONN_TEST = "x"; # connection test is broken + }; }; timers.flush-msmtpq = { -- cgit v1.3.1