mirror of https://gitlab.crans.org/nounous/nixos
Ajout coturn secret
parent
8225478bc0
commit
017d506e57
|
@ -1,7 +1,7 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
sops.secrets.coturn-auth-secret = {
|
sops.secrets.coturn_auth_secret = {
|
||||||
sopsFile = ../../secrets/neo.yaml;
|
sopsFile = ../../secrets/neo.yaml;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
min-port = 49000;
|
min-port = 49000;
|
||||||
max-port = 50000;
|
max-port = 50000;
|
||||||
use-auth-secret = true;
|
use-auth-secret = true;
|
||||||
static-auth-secret-file = config.sops.secrets.coturn-auth-secret.path;
|
static-auth-secret-file = config.sops.secrets.coturn_auth_secret.path;
|
||||||
realm = "crans.org";
|
realm = "crans.org";
|
||||||
cert = "/var/lib/acme/crans.org/full.pem";
|
cert = "/var/lib/acme/crans.org/full.pem";
|
||||||
pkey = "/var/lib/acme/crans.org/key.pem";
|
pkey = "/var/lib/acme/crans.org/key.pem";
|
||||||
|
|
|
@ -15,13 +15,10 @@
|
||||||
matrix_appservice_irc_db = {
|
matrix_appservice_irc_db = {
|
||||||
sopsFile = ../../secrets/neo.yaml;
|
sopsFile = ../../secrets/neo.yaml;
|
||||||
};
|
};
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
coturn_auth_secret = {
|
coturn_auth_secret = {
|
||||||
sopsFile = ../../secrets/neo.yaml;
|
sopsFile = ../../secrets/neo.yaml;
|
||||||
};
|
};
|
||||||
=======
|
|
||||||
>>>>>>> 8e15aad (Finalisation configuration matrix)
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
|
@ -104,10 +101,7 @@
|
||||||
"turn:${config.services.coturn.realm}:3478?transport=udp"
|
"turn:${config.services.coturn.realm}:3478?transport=udp"
|
||||||
"turn:${config.services.coturn.realm}:3478?transport=tcp"
|
"turn:${config.services.coturn.realm}:3478?transport=tcp"
|
||||||
];
|
];
|
||||||
<<<<<<< HEAD
|
|
||||||
turn_shared_secret = config.sops.secrets.coturn_auth_secret.path;
|
turn_shared_secret = config.sops.secrets.coturn_auth_secret.path;
|
||||||
=======
|
|
||||||
>>>>>>> 8e15aad (Finalisation configuration matrix)
|
|
||||||
turn_user_lifetime = "1h";
|
turn_user_lifetime = "1h";
|
||||||
|
|
||||||
app_service_config_files = [
|
app_service_config_files = [
|
||||||
|
|
Loading…
Reference in New Issue