From b4ffc3115aedb389bf1e33eb56715058cfd6fac3 Mon Sep 17 00:00:00 2001 From: zackartz Date: Sun, 5 May 2024 23:20:01 -0400 Subject: [PATCH] remove host --- hosts/pluto/services/gitlab.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/pluto/services/gitlab.nix b/hosts/pluto/services/gitlab.nix index 97df8c9..0eee5ff 100644 --- a/hosts/pluto/services/gitlab.nix +++ b/hosts/pluto/services/gitlab.nix @@ -84,7 +84,6 @@ 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;