From 342b9a17c6063a1e066eb3282b4bd3f71a04c98f Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Thu, 19 Jun 2025 21:29:22 +0200 Subject: [PATCH] me cannot see --- profiles/gitlab.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/gitlab.nix b/profiles/gitlab.nix index b614178..df2b051 100644 --- a/profiles/gitlab.nix +++ b/profiles/gitlab.nix @@ -24,6 +24,8 @@ in services.gitlab = { enable = true; + host = "gitlab2.federez.net"; + https = true; databasePasswordFile = secrets.gitlab-db-password.path; initialRootPasswordFile = secrets.gitlab-initial-root-password.path; secrets = { @@ -34,8 +36,6 @@ in }; extraConfig.ldap = { enabled = true; - host = "gitlab2.federez.net"; - https = true; servers = { main = { label = "LDAP";