Fix Grafana SMTP from_name
This commit is contained in:
parent
9a7419d247
commit
d9a149eca2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue