fix: netbird turn config
This commit is contained in:
parent
4a748a9e17
commit
86b6d3e270
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
osu-lazer-bin
|
||||
mumble
|
||||
zotero
|
||||
timer
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue