feat(database): add redis to database module

This commit is contained in:
2026-04-28 09:51:58 +02:00
parent 57e0d49278
commit 0dbc007a90
2 changed files with 11 additions and 4 deletions

View File

@@ -73,8 +73,11 @@
tirith.enable = true;
opencode.enable = true;
};
database.mssql.enable = true;
database.postgresql.enable = true;
database = {
mssql.enable = true;
postgresql.enable = true;
redis.enable = true;
};
git.github.enable = true;
git.gitlab.enable = true;
secrets.vault.enable = true;