services.openvscode-server.port
NixOS option
The port the server should listen to. If 0 is passed a random free port is picked. If a range in the format num-num is passed, a free port from the range (end inclusive) is selected.
type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)Default
declared in: nixos/modules/services/web-apps/openvscode-server.nixView source on NixOS/nixpkgs →3000