services.sabnzbd.settings.misc.https_key

NixOS option

Path to the TLS key for the web UI. If not set and https is enabled, a self-signed certificate will be generated

type: null or absolute path
Default
null
Example
${config.acme.certs.${domain}.directory}/key.pem
declared in: nixos/modules/services/networking/sabnzbdView source on NixOS/nixpkgs →