replace the coturn secret from being public to a sops file
This commit is contained in:
parent
5bcf45b1e6
commit
c323d0f507
2 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
services.coturn = {
|
||||
enable = true;
|
||||
use-auth-secret = true;
|
||||
static-auth-secret = "cPKWEn4Fo5TAJoE7iX3xeVOaMVE4afeRN1iRGWYfbkWbkaZMxTpnmazHyH6c6yXT";
|
||||
static-auth-secret-file = config.sops.secrets."coturn-auth-secret".path;
|
||||
realm = "turn.gladtherescake.eu";
|
||||
relay-ips = [
|
||||
"62.171.160.195"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue