diff --git a/hosts/palladium/configuration.nix b/hosts/palladium/configuration.nix index 3e4bc15..59b8d9d 100644 --- a/hosts/palladium/configuration.nix +++ b/hosts/palladium/configuration.nix @@ -15,6 +15,12 @@ networking.useDHCP = false; networking.interfaces.enp3s0.useDHCP = true; + clerie.monitoring = { + enable = true; + id = "206"; + pubkey = "fHOYNZ5I3E2JPrd9dUrNBmu75weX4KbDih5q+GCk8Xk="; + }; + system.stateVersion = "21.03"; }