From 3b4cffdd0fc8ed41a2b77a70c180c95653bc40f8 Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 24 Feb 2021 01:50:42 +0100 Subject: [PATCH] Add web-2 to monitoring --- hosts/web-2/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/web-2/configuration.nix b/hosts/web-2/configuration.nix index 74772a5..d90f066 100644 --- a/hosts/web-2/configuration.nix +++ b/hosts/web-2/configuration.nix @@ -66,5 +66,11 @@ }; }; + clerie.monitoring = { + enable = true; + id = "203"; + pubkey = "CCEDSGy7e7oJxnW+NLOJc4TamG4ft7cS/zzvtoLQmx8="; + }; + system.stateVersion = "21.03"; }