From d9a149eca2f899eee5b6d4060bd19b0185d20054 Mon Sep 17 00:00:00 2001 From: Piotr Gaczkowski Date: Tue, 3 Jun 2025 23:20:35 +0200 Subject: [PATCH] Fix Grafana SMTP from_name --- modules/blocks/monitoring.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blocks/monitoring.nix b/modules/blocks/monitoring.nix index c9c21cc..ef34ffe 100644 --- a/modules/blocks/monitoring.nix +++ b/modules/blocks/monitoring.nix @@ -124,7 +124,7 @@ in from_name = lib.mkOption { type = lib.types.str; description = "SMTP name from which the emails originate."; - default = "Vaultwarden"; + default = "Grafana"; }; host = lib.mkOption { type = lib.types.str;