From 07877938f1e73f6a9655f12811e96c8d7af9a073 Mon Sep 17 00:00:00 2001 From: zackartz Date: Sun, 5 May 2024 23:41:44 -0400 Subject: [PATCH] set port --- hosts/pluto/services/gitlab.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/pluto/services/gitlab.nix b/hosts/pluto/services/gitlab.nix index 97df8c9..4020a5f 100644 --- a/hosts/pluto/services/gitlab.nix +++ b/hosts/pluto/services/gitlab.nix @@ -84,6 +84,8 @@ in { enable = true; databasePasswordFile = sec.gitlab_db.path; initialRootPasswordFile = sec.gitlab_initpw.path; + port = 443; + https = true; host = "git.zackmyers.io"; secrets = { secretFile = sec.gitlab_sec.path;