summary refs log tree commit diff
path: root/nixos/modules/services/misc/gitlab.nix
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-05-25 19:37:34 +0200
committerDaniel Nagy <danielnagy@posteo.de>2021-05-30 14:38:20 +0200
commitcc5517da4c2221ee42163b69e1648cc472fcba0e (patch)
treef1a55e01e1241381400d9463d112f7e1b85383b1 /nixos/modules/services/misc/gitlab.nix
parent8e760f485873d202a0ad4aba7a78caabc85cf5db (diff)
downloadnixpkgs-cc5517da4c2221ee42163b69e1648cc472fcba0e.tar
nixpkgs-cc5517da4c2221ee42163b69e1648cc472fcba0e.tar.gz
nixpkgs-cc5517da4c2221ee42163b69e1648cc472fcba0e.tar.bz2
nixpkgs-cc5517da4c2221ee42163b69e1648cc472fcba0e.tar.lz
nixpkgs-cc5517da4c2221ee42163b69e1648cc472fcba0e.tar.xz
nixpkgs-cc5517da4c2221ee42163b69e1648cc472fcba0e.tar.zst
nixpkgs-cc5517da4c2221ee42163b69e1648cc472fcba0e.zip
nixos/gitlab: set port type to `types.port`
Diffstat (limited to 'nixos/modules/services/misc/gitlab.nix')
-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 253d87537cf..4026a833759 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