services.invidious.nginx.enable

NixOS option

Whether to configure nginx as a reverse proxy for Invidious. It serves it under the domain specified in services.invidious.settings.domain with enabled TLS and ACME. Further configuration can be done through services.nginx.virtualHosts.${config.services.invidious.settings.domain}.*, which can also be used to disable AMCE and TLS.

type: boolean
Default
false
declared in: nixos/modules/services/web-apps/invidious.nixView source on NixOS/nixpkgs →