services.nextcloud-spreed-signaling.settings.turn.secretFile

NixOS option

The path to the file containing the value for turn.secret. The shared secret to use for generating TURN credentials. This must be the same as on the TURN server.

type: null or absolute path
Default
null
Example
"/run/secrets/turn.secret"
declared in: nixos/modules/services/networking/nextcloud-spreed-signaling.nixView source on NixOS/nixpkgs →