nixos/grafana: fix smtp enable typo

This commit is contained in:
PsyanticY 2019-11-12 12:43:04 +01:00
parent e10e7e68e9
commit 1f6fbc922f

View file

@ -43,7 +43,7 @@ let
ANALYTICS_REPORTING_ENABLED = boolToString cfg.analytics.reporting.enable;
SMTP_ENABLE = boolToString cfg.smtp.enable;
SMTP_ENABLED = boolToString cfg.smtp.enable;
SMTP_HOST = cfg.smtp.host;
SMTP_USER = cfg.smtp.user;
SMTP_PASSWORD = cfg.smtp.password;