Forgot smtp host port
All checks were successful
/ check (push) Successful in 3m39s

This commit is contained in:
Daniel Flanagan 2024-09-11 15:29:58 -05:00
parent 9616fb1df0
commit 4c07dcacc1

View file

@ -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 = {