diff --git a/cluster/services/monitoring/default.nix b/cluster/services/monitoring/default.nix index 0523889..042b3ca 100644 --- a/cluster/services/monitoring/default.nix +++ b/cluster/services/monitoring/default.nix @@ -9,7 +9,7 @@ }; services.monitoring = { nodes = { - client = [ "checkmate" "VEGAS" "prophet" ]; + client = [ "checkmate" "thunderskin" "VEGAS" "prophet" ]; }; nixos = { client = ./client.nix;