nixos/nexus: use `types.port`
h7x4 3 months ago c31d264b 1cd9d474
··· 46 46 }; 47 47 48 48 listenPort = mkOption { 49 49 - type = types.int; 49 49 + type = types.port; 50 50 default = 8081; 51 51 description = "Port to listen on."; 52 52 };