fix(coturn): correct attribute names and import configuration
Change 'coturn' to 'services.coturn' and renamed 'hostname' to 'hostName'. Added 'coturn.nix' to the default imports in the main configuration file.
This commit is contained in:
parent
c894294ce3
commit
da780be326
2 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
sopsFile = ../../../.secrets/hetzner/coturn.yaml; # bring your own password file
|
||||
};
|
||||
|
||||
coturn = {
|
||||
services.coturn = {
|
||||
enable = true;
|
||||
realm = config.services.nextcloud.hostname;
|
||||
realm = config.services.nextcloud.hostName;
|
||||
static-auth-secret-file = config.sops.secrets."coturn/static-auth-secret".path;
|
||||
use-auth-secret = true;
|
||||
lt-cred-mech = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue