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