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:
parent
d8db48ddfe
commit
86fb0c37c4
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.gitea;
|
||||
|
||||
settings = {
|
||||
server = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue