me cannot see

This commit is contained in:
asyncnomi 2025-06-19 21:29:22 +02:00
parent 9517f24d6f
commit 342b9a17c6

View file

@ -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";