fix: netbird turn config

This commit is contained in:
Patrick 2024-05-15 19:48:49 +02:00
parent 4a748a9e17
commit 86b6d3e270
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 5 additions and 0 deletions

View file

@ -55,6 +55,10 @@
# TODO I think this is broken
Turns = [
{
Proto = "udp";
URI = "turn:${config.networking.netbird.server.managemen.turnDomain}:${builtins.toString config.networking.netbird.server.managemen.turnPort}";
Username = "netbird";
Password._secret = config.age.secrets.coturnPassword.path;
}
];

View file

@ -16,6 +16,7 @@
osu-lazer-bin
mumble
zotero
timer
];
};
}