services.invidious.address

NixOS option

The IP address Invidious should bind to.

type: string
Default
if config.services.invidious.nginx.enable then "127.0.0.1" else "0.0.0.0"
declared in: nixos/modules/services/web-apps/invidious.nixView source on NixOS/nixpkgs →