summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-05-25 19:37:34 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-01 13:15:25 +0000
commitab496da13814151d1e93c5bd49f6b31767578b33 (patch)
tree72e4eb6cea929c9e8c6cf31c03647311546e21fe
parentnixos/matrix-synapse: set port type to types.port (diff)
downloadnixpkgs-ab496da13814151d1e93c5bd49f6b31767578b33.tar.gz
nixos/gitlab: set port type to `types.port`
(cherry picked from commit cc5517da4c2221ee42163b69e1648cc472fcba0e)
-rw-r--r--nixos/modules/services/misc/gitlab.nix2
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