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