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
|
@ -72,6 +72,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
jovian = {
|
jovian = {
|
||||||
|
steamos = {
|
||||||
|
enableAutoMountUdevRules = true;
|
||||||
|
};
|
||||||
decky-loader = {
|
decky-loader = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.decky-loader-prerelease;
|
package = pkgs.decky-loader-prerelease;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
services.coturn = {
|
services.coturn = {
|
||||||
enable = true;
|
enable = true;
|
||||||
use-auth-secret = true;
|
use-auth-secret = true;
|
||||||
static-auth-secret = "cPKWEn4Fo5TAJoE7iX3xeVOaMVE4afeRN1iRGWYfbkWbkaZMxTpnmazHyH6c6yXT";
|
static-auth-secret-file = config.sops.secrets."coturn-auth-secret".path;
|
||||||
realm = "turn.gladtherescake.eu";
|
realm = "turn.gladtherescake.eu";
|
||||||
relay-ips = [
|
relay-ips = [
|
||||||
"62.171.160.195"
|
"62.171.160.195"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue