From d734adce582ad7b21cd223957594661c98049381 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 13 Dec 2023 20:45:35 +0100 Subject: [PATCH] fix: new Greenbaum mail server is mail.greenbaum.zone --- hosts/flora-6/apps/grafana.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/flora-6/apps/grafana.nix b/hosts/flora-6/apps/grafana.nix index 70e2b36..f796b29 100644 --- a/hosts/flora-6/apps/grafana.nix +++ b/hosts/flora-6/apps/grafana.nix @@ -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";