Fix Grafana SMTP from_name

This commit is contained in:
Piotr Gaczkowski 2025-06-03 23:20:35 +02:00 committed by GitHub
parent 9a7419d247
commit cb8880aad6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,7 +124,7 @@ in
from_name = lib.mkOption { from_name = lib.mkOption {
type = lib.types.str; type = lib.types.str;
description = "SMTP name from which the emails originate."; description = "SMTP name from which the emails originate.";
default = "Vaultwarden"; default = "Grafana";
}; };
host = lib.mkOption { host = lib.mkOption {
type = lib.types.str; type = lib.types.str;