fix forgejo

NixOS 24.11 introduced forgeo-lts as new default.
This commit sets it back to forgejo to avoid being
stuck on a database downgrade
This commit is contained in:
Moira 2024-12-05 22:41:25 +01:00
parent 0e1f14957e
commit fdea9ee2c1
Signed by: moira
SSH key fingerprint: SHA256:xputM4g3cPWvJKaglyDVf4gu705H2W7TXM5inbd1uGA

View file

@ -11,6 +11,7 @@
services.forgejo = {
enable = true;
package = pkgs.forgejo;
lfs.enable = true;
database.type = "postgres";
settings = {