nixos/gitlab: set port type to `types.port`
(cherry picked from commit cc5517da4c2221ee42163b69e1648cc472fcba0e)
This commit is contained in:
parent
28e57cb0c7
commit
ab496da138
|
@ -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 New Issue