gitea: please use postgresql 15

whoops, forgot this one. why do modules bundle other modules, anyways?
This commit is contained in:
stuebinm 2023-12-08 19:51:48 +01:00
parent 658e9046c5
commit cb87d88a13

View file

@ -67,6 +67,8 @@
session.COOKIE_SECURE = true;
};
};
services.postgresql.package = pkgs.postgresql_15;
services.postgresqlBackup = {
enable = true;
databases = [ "gitea" ];