services.librespeed.tlsKey

NixOS option

TLS private key to use. Use together with tlsCertificate.

type: null or non-empty string
Default
lib.optionalString (config.services.librespeed.useACMEHost != null) "${config.security.acme.certs.${config.services.librespeed.useACMEHost}.directory}/key.pem"
declared in: nixos/modules/services/web-apps/librespeed.nixView source on NixOS/nixpkgs →