forked from DGNum/infrastructure
feat(forgejo): Switch to forgejo module
This commit is contained in:
parent
7395f240ee
commit
be8ac1a424
3 changed files with 919 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue