forgejo: move into dedicated folder and enable initial action support

This commit is contained in:
Rouven Seifert 2024-04-11 15:25:04 +02:00
parent 65253342a6
commit 6b88875163
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -4,6 +4,9 @@ let
gitUser = "git";
in
{
# imports = [
# ./actions.nix
# ];
sops.secrets.gitea_ldap_search = {
key = "portunus/search-password";
owner = config.services.forgejo.user;
@ -75,6 +78,7 @@ in
COOKIE_SECURE = true;
PROVIDER = "db";
};
actions.ENABLED = true;
};
};