summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2025-12-17 17:09:05 +0100
committerGrisha Shipunov2025-12-17 17:14:17 +0100
commitb73c573c98ca0222023db74fdb4798c390318e0c (patch)
tree401e5cf315a02ff5b10e27da6f5b8200f7af4fdc
parentb851de2752b92294983dd4d3b1468447de378f77 (diff)
default conn test seems to fail constantly
-rw-r--r--modules/mail/default.nix3
1 files changed, 3 insertions, 0 deletions
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 = {