services.centrifugo.credentials
NixOS option
Environment variables with absolute paths to credentials files to load on service startup.
type: attribute set of absolute pathDefault
{ }Example
declared in: nixos/modules/services/networking/centrifugo.nixView source on NixOS/nixpkgs →{
CENTRIFUGO_UNI_GRPC_TLS_KEY = "/run/keys/centrifugo-uni-grpc-tls.key";
}