services.centrifugo.credentials

NixOS option

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

type: attribute set of absolute path
Default
{ }
Example
{
  CENTRIFUGO_UNI_GRPC_TLS_KEY = "/run/keys/centrifugo-uni-grpc-tls.key";
}
declared in: nixos/modules/services/networking/centrifugo.nixView source on NixOS/nixpkgs →