From 4c07dcacc10ff8ec9cef745d773d44f773ced54b Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 11 Sep 2024 15:29:58 -0500 Subject: [PATCH] Forgot smtp host port --- nixos/beefcake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index 4842cf9..334c5bd 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -1547,7 +1547,8 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00 smtp = { enabled = true; from_address = "grafana@lyte.dev"; - host = "smtp.mailgun.org"; + user = "grafana@lyte.dev"; + host = "smtp.mailgun.org:587"; password = ''$__file{${config.sops.secrets.grafana-smtp-password.path}}''; }; security = {