services.invidious.address
NixOS option
The IP address Invidious should bind to.
type: stringDefault
declared in: nixos/modules/services/web-apps/invidious.nixView source on NixOS/nixpkgs →if config.services.invidious.nginx.enable then "127.0.0.1" else "0.0.0.0"