From cbdcfb59f9d38f7a79a0b0dd5600f29aba682a28 Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 24 Feb 2021 12:09:44 +0100 Subject: [PATCH] Add nonat to monitoring --- hosts/nonat/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/nonat/configuration.nix b/hosts/nonat/configuration.nix index a48c659..c361006 100644 --- a/hosts/nonat/configuration.nix +++ b/hosts/nonat/configuration.nix @@ -168,5 +168,11 @@ } ''; + clerie.monitoring = { + enable = true; + id = "103"; + pubkey = "BHRfdK+HsoBXQHgLXotMnfPgfRrsVNHdSg19fvS2kg4="; + }; + system.stateVersion = "21.03"; }