Disable coturn
This commit is contained in:
parent
1ad4f3a598
commit
17b279a41b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
services.coturn = {
|
services.coturn = {
|
||||||
enable = true;
|
enable = false;
|
||||||
lt-cred-mech = true;
|
lt-cred-mech = true;
|
||||||
use-auth-secret = true;
|
use-auth-secret = true;
|
||||||
static-auth-secret = builtins.toString config.secrets.files.turn_shared_secret.file;
|
static-auth-secret = builtins.toString config.secrets.files.turn_shared_secret.file;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue