lol

nixos/buildbot: use `types.port`

h7x4 a3cd28b2 0d2a07b7

+1 -1
+1 -1
nixos/modules/services/continuous-integration/buildbot/master.nix
··· 182 182 183 183 pbPort = lib.mkOption { 184 184 default = 9989; 185 - type = lib.types.either lib.types.str lib.types.int; 185 + type = lib.types.either lib.types.str lib.types.port; 186 186 example = "'tcp:9990:interface=127.0.0.1'"; 187 187 description = '' 188 188 The buildmaster will listen on a TCP port of your choosing