nixos/gitlab: set port type to `types.port`

(cherry picked from commit cc5517da4c2221ee42163b69e1648cc472fcba0e)
This commit is contained in:
Daniel Nagy 2021-05-25 19:37:34 +02:00 committed by github-actions[bot]
parent 28e57cb0c7
commit ab496da138
1 changed files with 1 additions and 1 deletions

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