feat(forgejo): Switch to forgejo module

This commit is contained in:
Tom Hubrecht 2023-09-18 20:55:16 +02:00
parent 7395f240ee
commit be8ac1a424
3 changed files with 919 additions and 1 deletions

View file

@ -7,7 +7,7 @@ let
host = "git.dgnum.eu";
in {
services.gitea = {
services.forgejo = {
enable = true;
user = "git";
@ -19,6 +19,7 @@ in {
database = {
type = "postgres";
user = "git";
name = "gitea";
passwordFile = config.age.secrets."forgejo-database_password_file".path;
};