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