3
0
Fork 0
forked from mirrors/nixpkgs

nixos/gitlab: set port type to types.port

This commit is contained in:
Daniel Nagy 2021-05-25 19:37:34 +02:00
parent 8e760f4858
commit cc5517da4c
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -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