services.turn-rs.secretFile

NixOS option

Environment variables from this file will be interpolated into the final config file using envsubst with this syntax: $ENVIRONMENT or ${VARIABLE}. The file should contain lines formatted as SECRET_VAR=SECRET_VALUE. This is useful to avoid putting secrets into the nix store.

type: null or absolute path
Default
null
Example
"/run/keys/turn-rs.env"
declared in: nixos/modules/services/misc/turn-rs.nixView source on NixOS/nixpkgs →