forgejo: initial runner configuration

This commit is contained in:
Rouven Seifert 2024-04-11 15:31:31 +02:00 committed by Jonas Gaffke
parent 703002d148
commit 5286041789
2 changed files with 22 additions and 3 deletions

View file

@ -4,9 +4,9 @@ let
gitUser = "git";
in
{
# imports = [
# ./actions.nix
# ];
imports = [
./actions.nix
];
sops.secrets.gitea_ldap_search = {
key = "portunus/search-password";
owner = config.services.forgejo.user;