diff options
| author | Daniel Nagy <danielnagy@posteo.de> | 2021-05-25 19:37:34 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-01 13:15:25 +0000 |
| commit | ab496da13814151d1e93c5bd49f6b31767578b33 (patch) | |
| tree | 72e4eb6cea929c9e8c6cf31c03647311546e21fe | |
| parent | nixos/matrix-synapse: set port type to types.port (diff) | |
| download | nixpkgs-ab496da13814151d1e93c5bd49f6b31767578b33.tar.gz | |
nixos/gitlab: set port type to `types.port`
(cherry picked from commit cc5517da4c2221ee42163b69e1648cc472fcba0e)
| -rw-r--r-- | nixos/modules/services/misc/gitlab.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix index 253d87537cfe..4026a8337594 100644 --- a/nixos/modules/services/misc/gitlab.nix +++ b/nixos/modules/services/misc/gitlab.nix @@ -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 |
