nixos/taskserver: use `types.port`
h7x4 3 months ago 5137d1ad a1954d11
··· 329 329 }; 330 330 331 331 listenPort = lib.mkOption { 332 332 - type = lib.types.int; 332 332 + type = lib.types.port; 333 333 default = 53589; 334 334 description = '' 335 335 Port number of the Taskserver.