From 365aa298977e8b5eb7790003325af7a78e4fd9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 9 Aug 2023 09:29:51 +0200 Subject: [PATCH] fix(grafana): remove smtp config --- systems/makanek/monitoring/default.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/systems/makanek/monitoring/default.nix b/systems/makanek/monitoring/default.nix index 2ba6ed2..f21e0db 100644 --- a/systems/makanek/monitoring/default.nix +++ b/systems/makanek/monitoring/default.nix @@ -16,17 +16,6 @@ in { http_port = 9444; http_addr = "127.0.0.1"; }; - smtp = let - inherit (import ../../../lib/email.nix {inherit lib;}) cock; - address = builtins.split "@" cock.user; - in { - enabled = true; - from_address = cock.address; - password = "$__file{${config.age.secrets.email-password-cock.path}}"; - user = cock.user; - host = cock.smtpSettings cock.smtp; - startTLS_policy = "MandatoryStartTLS"; - }; dashboards.default_home_dashboard_path = toString ./grafana-dashboards/niveum.json; security = { admin_user = "admin";