fix gitlab

This commit is contained in:
zackartz 2024-05-24 12:19:08 -04:00
parent f16e0f463b
commit f7b5c6db2c
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 12 additions and 11 deletions

View file

@ -97,7 +97,7 @@ in {
initialRootPasswordFile = sec.gitlab_initpw.path;
port = 443;
https = true;
host = "git.zackmyers.io";
host = cfg.domain;
secrets = {
secretFile = sec.gitlab_sec.path;
otpFile = sec.gitlab_otp.path;