diff --git a/applications/gitlab.nix b/applications/gitlab.nix index 3cad0d8..ce91861 100644 --- a/applications/gitlab.nix +++ b/applications/gitlab.nix @@ -208,7 +208,7 @@ # default for pages is set to 8090 but that leaves an "ugly" port in the url, # override it here to make it look good port = 80; - external_http = ["${cfg.host.ip}:80"]; + #external_http = ["${cfg.host.ip}:80"]; }; }; };