From a23bec7792327c98d33d829c9e1404ae5abe9008 Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 24 Feb 2021 02:20:38 +0100 Subject: [PATCH] Add gatekeeper to monitoring --- hosts/gatekeeper/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/gatekeeper/configuration.nix b/hosts/gatekeeper/configuration.nix index 439d58f..fd2c996 100644 --- a/hosts/gatekeeper/configuration.nix +++ b/hosts/gatekeeper/configuration.nix @@ -246,5 +246,11 @@ } ''; + clerie.monitoring = { + enable = true; + id = "101"; + pubkey = "H9Pvx/BzwEMM7acT9mioT8zBD2Yn13L82EKKqdAfeGM="; + }; + system.stateVersion = "21.03"; }