From 0ba5040932d9498b6c914dc48d98bde0251b0439 Mon Sep 17 00:00:00 2001 From: zackartz Date: Sun, 5 May 2024 23:23:45 -0400 Subject: [PATCH] revert to git --- hosts/pluto/services/gitlab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pluto/services/gitlab.nix b/hosts/pluto/services/gitlab.nix index 5f5a1ba..97df8c9 100644 --- a/hosts/pluto/services/gitlab.nix +++ b/hosts/pluto/services/gitlab.nix @@ -84,7 +84,7 @@ in { enable = true; databasePasswordFile = sec.gitlab_db.path; initialRootPasswordFile = sec.gitlab_initpw.path; - host = "https://git.zackmyers.io"; + host = "git.zackmyers.io"; secrets = { secretFile = sec.gitlab_sec.path; otpFile = sec.gitlab_otp.path;