about summary refs log tree commit diff
path: root/modules/nixos/alertmanager.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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}";

Consider giving Nix/NixOS a try! <3