Fixed host in gitlab
This commit is contained in:
parent
2fe50d565e
commit
5e57d0ce83
1 changed files with 1 additions and 2 deletions
|
|
@ -76,8 +76,7 @@ users = {
|
|||
sops.secrets."services/gitlab/oidcKeyBase" = { owner = "gitlab"; };
|
||||
services.gitlab = {
|
||||
enable = true;
|
||||
host = "0.0.0.0";
|
||||
port = 4219;
|
||||
host = "gitlab.kylekrein.com";
|
||||
#statePath = "/persist/gitlab/state";
|
||||
backup.startAt = "3:00";
|
||||
databasePasswordFile = config.sops.secrets."services/gitlab/dbPassword".path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue