hardcode host

This commit is contained in:
zackartz 2024-05-05 23:22:04 -04:00
parent b4ffc3115a
commit 5be848447f
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -84,6 +84,7 @@ in {
enable = true; enable = true;
databasePasswordFile = sec.gitlab_db.path; databasePasswordFile = sec.gitlab_db.path;
initialRootPasswordFile = sec.gitlab_initpw.path; initialRootPasswordFile = sec.gitlab_initpw.path;
host = "https://git.zackmyers.io";
secrets = { secrets = {
secretFile = sec.gitlab_sec.path; secretFile = sec.gitlab_sec.path;
otpFile = sec.gitlab_otp.path; otpFile = sec.gitlab_otp.path;