summaryrefslogtreecommitdiff
path: root/modules/nixos/alertmanager.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-11-25 18:09:05 +0300
committerAzat Bahawi <azat@bahawi.net>2023-11-25 18:09:05 +0300
commite2cc46b37e33643cf3dd017adb8a009bf143e246 (patch)
tree86f24ea544e9ed75bf8736c951a09dfdb2219f5d /modules/nixos/alertmanager.nix
parent67b82386d8ad8ae3eea5083bd22809f6192d92a8 (diff)
2023-11-25
Diffstat (limited to 'modules/nixos/alertmanager.nix')
-rw-r--r--modules/nixos/alertmanager.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/nixos/alertmanager.nix b/modules/nixos/alertmanager.nix
index acbf7df..9c8d60a 100644
--- a/modules/nixos/alertmanager.nix
+++ b/modules/nixos/alertmanager.nix
@@ -65,12 +65,6 @@ in {
receivers = [
{
name = my.username;
- # TODO
- # email_configs = [
- # {
- # to = "${my.username}+alert@${my.domain.shire}";
- # }
- # ];
webhook_configs = [
{
url = with config.pinpox.services.alertmanager-ntfy; "http://${httpAddress}:${httpPort}";