Loading nixos/modules/profiles/nix-builder-vm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ in }; hostPort = mkOption { default = 31022; type = types.int; type = types.port; example = 22; description = '' The localhost host port to forward TCP to the guest port. Loading nixos/modules/services/continuous-integration/buildbot/master.nix +1 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,7 @@ in pbPort = lib.mkOption { default = 9989; type = lib.types.either lib.types.str lib.types.int; type = lib.types.either lib.types.str lib.types.port; example = "'tcp:9990:interface=127.0.0.1'"; description = '' The buildmaster will listen on a TCP port of your choosing Loading nixos/modules/services/continuous-integration/gocd-server/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ in sslPort = mkOption { default = 8154; type = types.int; type = types.port; description = '' Specifies port number on which the Go.CD server HTTPS interface listens. ''; Loading nixos/modules/services/databases/cassandra.nix +1 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,7 @@ in }; jmxPort = mkOption { type = types.int; type = types.port; default = 7199; description = '' Specifies the default port over which Cassandra will be available for Loading nixos/modules/services/databases/foundationdb.nix +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ in }; listenPortStart = lib.mkOption { type = lib.types.int; type = lib.types.port; default = 4500; description = '' Starting port number for database listening sockets. Every FDB process binds to a Loading Loading
nixos/modules/profiles/nix-builder-vm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ in }; hostPort = mkOption { default = 31022; type = types.int; type = types.port; example = 22; description = '' The localhost host port to forward TCP to the guest port. Loading
nixos/modules/services/continuous-integration/buildbot/master.nix +1 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,7 @@ in pbPort = lib.mkOption { default = 9989; type = lib.types.either lib.types.str lib.types.int; type = lib.types.either lib.types.str lib.types.port; example = "'tcp:9990:interface=127.0.0.1'"; description = '' The buildmaster will listen on a TCP port of your choosing Loading
nixos/modules/services/continuous-integration/gocd-server/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ in sslPort = mkOption { default = 8154; type = types.int; type = types.port; description = '' Specifies port number on which the Go.CD server HTTPS interface listens. ''; Loading
nixos/modules/services/databases/cassandra.nix +1 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,7 @@ in }; jmxPort = mkOption { type = types.int; type = types.port; default = 7199; description = '' Specifies the default port over which Cassandra will be available for Loading
nixos/modules/services/databases/foundationdb.nix +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ in }; listenPortStart = lib.mkOption { type = lib.types.int; type = lib.types.port; default = 4500; description = '' Starting port number for database listening sockets. Every FDB process binds to a Loading