From 1ea1b781a142a41b72aed4bfc408233732034241 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 20 Mar 2023 03:24:54 +0300 Subject: 2023-03-20 --- modules/nixos/grafana.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/nixos/grafana.nix') diff --git a/modules/nixos/grafana.nix b/modules/nixos/grafana.nix index 0b2e210..e8630c4 100644 --- a/modules/nixos/grafana.nix +++ b/modules/nixos/grafana.nix @@ -87,7 +87,7 @@ in { }; smtp = { enable = true; - user = "azahi@shire.me"; + user = "azahi@shire.net"; host = my.domain.shire; password = "$__file{${config.secrets.grafana-smtp-password.path}}"; }; -- cgit 1.4.1