diff --git a/config/hosts/git/forgejo.nix b/config/hosts/git/forgejo.nix index 342a06a..a6e6b81 100644 --- a/config/hosts/git/forgejo.nix +++ b/config/hosts/git/forgejo.nix @@ -48,6 +48,9 @@ repo = { DEFAULT_REPO_UNITS = "repo.code,repo.issues,repo.pulls"; }; + actions = { + ENABLED = true; + }; mailer = { ENABLED = true; FROM = "no-reply@git.hamburg.ccc.de";