cluster/services/monitoring: add checkmate to monitoring clients

This commit is contained in:
Max Headroom 2023-03-01 22:37:16 +01:00
parent dad0c983e8
commit d3e71fc2cf

View file

@ -9,7 +9,7 @@
};
services.monitoring = {
nodes = {
client = [ "VEGAS" "prophet" ];
client = [ "checkmate" "VEGAS" "prophet" ];
};
nixos = {
client = ./client.nix;