services.kanboard.nginx.listenAddresses
NixOS option
Listen addresses for this virtual host. Compared to listen this only sets the addresses and the ports are chosen automatically. Note: This option overrides networking.enableIPv6
type: list of stringDefault
[ ]
Example
declared in: nixos/modules/services/web-apps/kanboard.nixView source on NixOS/nixpkgs →[ "127.0.0.1" "[::1]" ]