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"; }