cluster/services/meet: migrate from prophet/meet, add blackbox check

This commit is contained in:
Max Headroom 2023-06-05 20:44:41 +02:00
parent bc35407987
commit 9075ef05cd
3 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,13 @@
{ tools, ... }:
{
services.meet = {
nodes.host = [ "prophet" ];
nixos.host = ./host.nix;
};
monitoring.blackbox.targets.jitsi-videobridge = {
address = "meet.${tools.meta.domain}:7777";
module = "tcpConnect";
};
}

View file

@ -8,8 +8,6 @@
depot.inputs.agenix.nixosModules.age
./services/meet
depot.nixosModules.hyprspace
depot.nixosModules.nix-builder
depot.nixosModules.sss