cluster/services/meet: migrate from prophet/meet, add blackbox check
This commit is contained in:
parent
bc35407987
commit
9075ef05cd
3 changed files with 13 additions and 2 deletions
13
cluster/services/meet/default.nix
Normal file
13
cluster/services/meet/default.nix
Normal 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";
|
||||
};
|
||||
}
|
|
@ -8,8 +8,6 @@
|
|||
|
||||
depot.inputs.agenix.nixosModules.age
|
||||
|
||||
./services/meet
|
||||
|
||||
depot.nixosModules.hyprspace
|
||||
depot.nixosModules.nix-builder
|
||||
depot.nixosModules.sss
|
||||
|
|
Loading…
Reference in a new issue