MyNixOS website logo
option

services.centrifugo.credentials

Environment variables with absolute paths to credentials files to load on service startup.

Declarations
Type
attribute set of path
Default
{ }
Example
{
  CENTRIFUGO_UNI_GRPC_TLS_KEY = "/run/keys/centrifugo-uni-grpc-tls.key";
}