coturn init

This commit is contained in:
admin 2024-03-10 22:33:51 +01:00
parent 9ae7cfc95e
commit d4a85d3d91
4 changed files with 8 additions and 10 deletions

View file

@ -1,7 +1,11 @@
{ config, ... }:
{
services.tailscale = {
enable = true;
enable =true;
useRoutingFeatures = "both";
extraUpFlags = [
"--advertise-exit-node"
"--exit-node"
];
};
}