mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/gocd-server: use types.port
This commit is contained in:
parent
5fc863dd73
commit
7c06f21739
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue