fix: new Greenbaum mail server is mail.greenbaum.zone

This commit is contained in:
teutat3s 2023-12-13 20:45:35 +01:00
parent e3d4f61a42
commit d734adce58
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -44,7 +44,7 @@
};
smtp = {
enabled = true;
host = "mx2.greenbaum.cloud:465";
host = "mail.greenbaum.zone:465";
user = "admins@pub.solar";
password = "\$__file{${config.age.secrets.grafana-smtp-password.path}}";
from_address = "no-reply@pub.solar";