From 1e2112bcc0f96229a0f6a5341ac356a0e405bbee Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 24 Feb 2021 13:22:11 +0100 Subject: [PATCH] Add dn42-il-gw1 to monitoring --- hosts/dn42-il-gw1/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/dn42-il-gw1/configuration.nix b/hosts/dn42-il-gw1/configuration.nix index 112ada4..12a37bf 100644 --- a/hosts/dn42-il-gw1/configuration.nix +++ b/hosts/dn42-il-gw1/configuration.nix @@ -306,5 +306,11 @@ } ''; + clerie.monitoring = { + enable = true; + id = "301"; + pubkey = "kTuC3/rLr4Qb3C4oEn1ecB/vS78poxmu6/Id3Rc1VGY="; + }; + system.stateVersion = "21.03"; }