From 46742c1a2a3b62d644b61b38db9057b7e1193c68 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 18 Jun 2023 01:14:10 +0100 Subject: [PATCH] fix: no custom domains for pages :( --- applications/gitlab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; }; }; };