Fix gitea

Fixes this error:

> Migration Error: Your database (migration version: 299) is for a newer
Gitea, you can not use the newer database for this old Gitea release
(280).

This was probably caused by installing Gitea whilst experimenting again
with nixpkgs unstable.
This commit is contained in:
Oliver Davies 2024-11-10 00:12:22 +00:00
parent d8db48ddfe
commit 86fb0c37c4

View file

@ -1,6 +1,9 @@
{ pkgs, ... }:
{
services.gitea = {
enable = true;
package = pkgs.unstable.gitea;
settings = {
server = {