From 464c3d8b5740b418289f4d2ea308859ff3f9c3ac Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Thu, 20 Apr 2023 15:41:10 +0000 Subject: [PATCH] Change Slack to Zulip in production and local grids too Thanks @bendon! --- morph/grid/local/grid.nix | 2 +- morph/grid/production/grid.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/morph/grid/local/grid.nix b/morph/grid/local/grid.nix index 088d9e8c..0c9f3488 100644 --- a/morph/grid/local/grid.nix +++ b/morph/grid/local/grid.nix @@ -122,7 +122,7 @@ let inherit paymentExporterTargets blackboxExporterHttpsTargets; inherit (grid-config) monitoringDomains; googleOAuthClientID = grid-config.monitoringGoogleOAuthClientID; - enableSlackAlert = false; + enableZulipAlert = false; }; system.stateVersion = "19.09"; }; diff --git a/morph/grid/production/grid.nix b/morph/grid/production/grid.nix index 06fe07f8..cf77dddb 100644 --- a/morph/grid/production/grid.nix +++ b/morph/grid/production/grid.nix @@ -54,7 +54,7 @@ let inherit paymentExporterTargets blackboxExporterHttpsTargets; inherit (grid-config) monitoringDomains; googleOAuthClientID = grid-config.monitoringGoogleOAuthClientID; - enableSlackAlert = true; + enableZulipAlert = true; }; system.stateVersion = "19.09"; }; -- GitLab