MyNixOS website logo
option

services.stargazer.listen

Address and port to listen on.

Declarations
Type
list of string
Default
[ "0.0.0.0" ] ++ lib.optional config.networking.enableIPv6 "[::0]"
Example
[ "10.0.0.12" "[2002:a00:1::]" ]