From 84670029126d0423839092b04fdf81e9d6d38916 Mon Sep 17 00:00:00 2001 From: clerie Date: Thu, 25 Feb 2021 17:18:00 +0100 Subject: [PATCH] Add dn42-il-gw6 to monitoring --- hosts/dn42-il-gw6/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/dn42-il-gw6/configuration.nix b/hosts/dn42-il-gw6/configuration.nix index 08cf6e4..d1b4d8b 100644 --- a/hosts/dn42-il-gw6/configuration.nix +++ b/hosts/dn42-il-gw6/configuration.nix @@ -164,5 +164,11 @@ } ''; + clerie.monitoring = { + enable = true; + id = "306"; + pubkey = "5+/S3Fj0HknkKgUTgtmDhS7MoHZ2Ygsi/+eij+Gnf34="; + }; + system.stateVersion = "21.03"; }