forked from pub-solar/infra
fix: new Greenbaum mail server is mail.greenbaum.zone
This commit is contained in:
parent
e3d4f61a42
commit
d734adce58
|
@ -44,7 +44,7 @@
|
||||||
};
|
};
|
||||||
smtp = {
|
smtp = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
host = "mx2.greenbaum.cloud:465";
|
host = "mail.greenbaum.zone:465";
|
||||||
user = "admins@pub.solar";
|
user = "admins@pub.solar";
|
||||||
password = "\$__file{${config.age.secrets.grafana-smtp-password.path}}";
|
password = "\$__file{${config.age.secrets.grafana-smtp-password.path}}";
|
||||||
from_address = "no-reply@pub.solar";
|
from_address = "no-reply@pub.solar";
|
||||||
|
|
Loading…
Reference in a new issue