From 61ed39ebd7674bcde3b0bf94d7cb87661e21b3d7 Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 24 Feb 2021 00:17:26 +0100 Subject: [PATCH] Add osmium to monitoring --- hosts/osmium/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/osmium/configuration.nix b/hosts/osmium/configuration.nix index ba9deb4..b84971e 100644 --- a/hosts/osmium/configuration.nix +++ b/hosts/osmium/configuration.nix @@ -27,5 +27,11 @@ git ]; + clerie.monitoring = { + enable = true; + id = "201"; + pubkey = "REWaiNU9AFSdDEL532XvcRul/rC79ZUfc7NOlwPSZzM="; + }; + system.stateVersion = "21.03"; }