Loading nixos/modules/services/continuous-integration/gocd-server/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ in { port = mkOption { default = 8153; type = types.int; type = types.port; description = lib.mdDoc '' Specifies port number on which the Go.CD server HTTP interface listens. ''; Loading nixos/modules/services/continuous-integration/hydra/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ in }; port = mkOption { type = types.int; type = types.port; default = 3000; description = lib.mdDoc '' TCP port the web server should listen to. Loading nixos/modules/services/databases/couchdb.nix +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ in { }; port = mkOption { type = types.int; type = types.port; default = 5984; description = lib.mdDoc '' Defined the port number to listen. Loading nixos/modules/services/databases/postgresql.nix +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ in }; port = mkOption { type = types.int; type = types.port; default = 5432; description = lib.mdDoc '' The port on which PostgreSQL listens. Loading nixos/modules/services/games/factorio.nix +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ in services.factorio = { enable = mkEnableOption (lib.mdDoc name); port = mkOption { type = types.int; type = types.port; default = 34197; description = lib.mdDoc '' The port to which the service should bind. Loading Loading
nixos/modules/services/continuous-integration/gocd-server/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ in { port = mkOption { default = 8153; type = types.int; type = types.port; description = lib.mdDoc '' Specifies port number on which the Go.CD server HTTP interface listens. ''; Loading
nixos/modules/services/continuous-integration/hydra/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ in }; port = mkOption { type = types.int; type = types.port; default = 3000; description = lib.mdDoc '' TCP port the web server should listen to. Loading
nixos/modules/services/databases/couchdb.nix +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ in { }; port = mkOption { type = types.int; type = types.port; default = 5984; description = lib.mdDoc '' Defined the port number to listen. Loading
nixos/modules/services/databases/postgresql.nix +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ in }; port = mkOption { type = types.int; type = types.port; default = 5432; description = lib.mdDoc '' The port on which PostgreSQL listens. Loading
nixos/modules/services/games/factorio.nix +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ in services.factorio = { enable = mkEnableOption (lib.mdDoc name); port = mkOption { type = types.int; type = types.port; default = 34197; description = lib.mdDoc '' The port to which the service should bind. Loading