me cannot see
This commit is contained in:
parent
9517f24d6f
commit
342b9a17c6
1 changed files with 2 additions and 2 deletions
|
@ -24,6 +24,8 @@ in
|
||||||
|
|
||||||
services.gitlab = {
|
services.gitlab = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
host = "gitlab2.federez.net";
|
||||||
|
https = true;
|
||||||
databasePasswordFile = secrets.gitlab-db-password.path;
|
databasePasswordFile = secrets.gitlab-db-password.path;
|
||||||
initialRootPasswordFile = secrets.gitlab-initial-root-password.path;
|
initialRootPasswordFile = secrets.gitlab-initial-root-password.path;
|
||||||
secrets = {
|
secrets = {
|
||||||
|
@ -34,8 +36,6 @@ in
|
||||||
};
|
};
|
||||||
extraConfig.ldap = {
|
extraConfig.ldap = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
host = "gitlab2.federez.net";
|
|
||||||
https = true;
|
|
||||||
servers = {
|
servers = {
|
||||||
main = {
|
main = {
|
||||||
label = "LDAP";
|
label = "LDAP";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue