2023-08-31 01:55:45 +03:00
|
|
|
{ depot, ... }:
|
2023-06-05 01:54:23 +03:00
|
|
|
|
|
|
|
{
|
|
|
|
services.search = {
|
|
|
|
nodes.host = [ "VEGAS" ];
|
|
|
|
nixos.host = ./host.nix;
|
|
|
|
};
|
|
|
|
|
|
|
|
monitoring.blackbox.targets.search = {
|
2023-08-31 01:55:45 +03:00
|
|
|
address = "https://search.${depot.lib.meta.domain}/healthz";
|
2023-06-05 01:54:23 +03:00
|
|
|
module = "https2xx";
|
|
|
|
};
|
|
|
|
}
|