From 33ebd7150fa5e9a2084641d4de3ee216e71f79a3 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 17 Jun 2023 23:36:01 +0100 Subject: [PATCH] feat: enable custom domains for pages --- applications/gitlab.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/gitlab.nix b/applications/gitlab.nix index 4731ff4..3cad0d8 100644 --- a/applications/gitlab.nix +++ b/applications/gitlab.nix @@ -208,6 +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"]; }; }; };