add backups + fix appservice-irc media proxy

This commit is contained in:
jeltz 2025-04-07 20:24:53 +02:00
parent d672a1d1ee
commit 8129b26c4c
Signed by: jeltz
GPG key ID: 800882B66C0C3326
14 changed files with 214 additions and 8 deletions

View file

@ -17,6 +17,11 @@ in
gitlab-ldap-password = ../secrets/gitlab-ldap-password.age;
};
backups = {
directories = [ cfg.statePath ];
postgresqlDatabases = [ cfg.databaseName ];
};
services.gitlab = {
enable = true;
databasePasswordFile = secrets.gitlab-db-password.path;