forgejo: move into dedicated folder and enable initial action support
This commit is contained in:
parent
65253342a6
commit
6b88875163
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,9 @@ let
|
||||||
gitUser = "git";
|
gitUser = "git";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
# imports = [
|
||||||
|
# ./actions.nix
|
||||||
|
# ];
|
||||||
sops.secrets.gitea_ldap_search = {
|
sops.secrets.gitea_ldap_search = {
|
||||||
key = "portunus/search-password";
|
key = "portunus/search-password";
|
||||||
owner = config.services.forgejo.user;
|
owner = config.services.forgejo.user;
|
||||||
|
@ -75,6 +78,7 @@ in
|
||||||
COOKIE_SECURE = true;
|
COOKIE_SECURE = true;
|
||||||
PROVIDER = "db";
|
PROVIDER = "db";
|
||||||
};
|
};
|
||||||
|
actions.ENABLED = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue