nixbld/gitea: move to postgresql

This commit is contained in:
Sébastien Bourdeauducq 2024-08-17 18:18:56 +08:00
parent 6e21a95ba8
commit a6b216bb87
1 changed files with 4 additions and 0 deletions

View File

@ -777,6 +777,10 @@ in
services.gitea = {
enable = true;
appName = "M-Labs Git";
database = {
type = "postgres";
socket = "/run/postgresql";
};
mailerPasswordFile = "/etc/nixos/secret/mailerpassword";
settings = {
server = {