From d8456f174743db0e0f81772b4a00af32646cae91 Mon Sep 17 00:00:00 2001 From: zackartz Date: Sun, 5 May 2024 21:38:49 -0400 Subject: [PATCH] add 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 421b528..a87e50e 100644 --- a/hosts/pluto/services/gitlab.nix +++ b/hosts/pluto/services/gitlab.nix @@ -39,6 +39,7 @@ in { enable = true; databasePasswordFile = sec.gitlab_db.path; initialRootPasswordFile = sec.gitlab_initpw.path; + host = "git.zackmyers.io"; secrets = { secretFile = sec.gitlab_sec.path; otpFile = sec.gitlab_otp.path;