nixbld/gitea: move to postgresql
This commit is contained in:
parent
6e21a95ba8
commit
a6b216bb87
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue