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;