From 93f02bf0552c1103ef72b77087f1583d27bb196e Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 24 Feb 2021 13:22:32 +0100 Subject: [PATCH] Add dn42-il-gw5 to mon+itoring --- hosts/dn42-il-gw5/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/dn42-il-gw5/configuration.nix b/hosts/dn42-il-gw5/configuration.nix index d9c3d25..d1263be 100644 --- a/hosts/dn42-il-gw5/configuration.nix +++ b/hosts/dn42-il-gw5/configuration.nix @@ -164,5 +164,11 @@ } ''; + clerie.monitoring = { + enable = true; + id = "305"; + pubkey = "DRJ4FFqNCRgxzmD+k4WKVKJiKKTxTm5Uupcz04j1Ag8="; + }; + system.stateVersion = "21.03"; }