diff --git a/hosts/gatekeeper/configuration.nix b/hosts/gatekeeper/configuration.nix index 439d58f..fd2c996 100644 --- a/hosts/gatekeeper/configuration.nix +++ b/hosts/gatekeeper/configuration.nix @@ -246,5 +246,11 @@ } ''; + clerie.monitoring = { + enable = true; + id = "101"; + pubkey = "H9Pvx/BzwEMM7acT9mioT8zBD2Yn13L82EKKqdAfeGM="; + }; + system.stateVersion = "21.03"; }