···7575 description = "Address on which the Node.js server should listen";
7676 };
7777 httpPort = mkOption {
7878- type = types.int;
7878+ type = types.port;
7979 default = 3000;
8080 description = "Port on which the Node.js server should listen";
8181 };
8282 websocketPort = mkOption {
8383- type = types.int;
8383+ type = types.port;
8484 default = 3003;
8585 description = "Port for the websocket that needs to be separate";
8686 };