Fixed host in gitlab

This commit is contained in:
Aleksandr Lebedev 2025-05-21 01:03:24 +02:00
parent 2fe50d565e
commit 5e57d0ce83

View file

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