Merge branch 'master' of gitlab2.federez.net:federez/nix

This commit is contained in:
jeltz 2025-06-21 12:00:25 +02:00
commit 5c4df54d2c
Signed by: jeltz
GPG key ID: 800882B66C0C3326
4 changed files with 8 additions and 3 deletions

View file

@ -24,6 +24,8 @@ in
services.gitlab = {
enable = true;
host = "gitlab2.federez.net";
https = true;
databasePasswordFile = secrets.gitlab-db-password.path;
initialRootPasswordFile = secrets.gitlab-initial-root-password.path;
secrets = {