forked from mirrors/nixpkgs
nixos/gitlab: set port type to types.port
This commit is contained in:
parent
8e760f4858
commit
cc5517da4c
|
@ -462,7 +462,7 @@ in {
|
|||
};
|
||||
|
||||
port = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 8080;
|
||||
description = ''
|
||||
GitLab server port for copy-paste URLs, e.g. 80 or 443 if you're
|
||||
|
|
Loading…
Reference in a new issue