From 38edb24fcaf7f6b618fecfed9b02e893f80c4668 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 4 Apr 2023 22:16:08 +0200 Subject: [PATCH] hosts/astatine: add to monitoring --- hosts/astatine/configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/astatine/configuration.nix b/hosts/astatine/configuration.nix index 198a9ec..e7b1ac9 100644 --- a/hosts/astatine/configuration.nix +++ b/hosts/astatine/configuration.nix @@ -62,9 +62,10 @@ }; clerie.monitoring = { - # enable = true; - id = "%MONITORING_ID%"; - pubkey = "%MONITORING_PUBKEY%"; + enable = true; + id = "214"; + pubkey = "I4xh3t6vIcNyntZkewXX56eWrEd3J0hhaYV45xj6uVU="; + serviceLevel = "event"; }; system.stateVersion = "23.05";