From 058942aa6f6d019b2c88d541ecfbaf605552c45d Mon Sep 17 00:00:00 2001 From: kalipso Date: Sat, 24 Jan 2026 19:13:59 +0100 Subject: [PATCH] [overwatch] fix from_address/name --- machines/overwatch/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/overwatch/configuration.nix b/machines/overwatch/configuration.nix index 64f961fb..62847ab2 100644 --- a/machines/overwatch/configuration.nix +++ b/machines/overwatch/configuration.nix @@ -45,6 +45,8 @@ with lib; enabled = true; host = "mail.systemli.org:465"; user = "malobot@systemli.org"; + from_address = "malobot@systemli.org"; + from_name = "malobot"; password = "$__file{${config.sops.secrets.grafana_smtp.path}}"; }; };