diff --git a/hosts/web-2/configuration.nix b/hosts/web-2/configuration.nix index 74772a5..d90f066 100644 --- a/hosts/web-2/configuration.nix +++ b/hosts/web-2/configuration.nix @@ -66,5 +66,11 @@ }; }; + clerie.monitoring = { + enable = true; + id = "203"; + pubkey = "CCEDSGy7e7oJxnW+NLOJc4TamG4ft7cS/zzvtoLQmx8="; + }; + system.stateVersion = "21.03"; }