diff --git a/applications/git/forgejo.nix b/applications/git/forgejo.nix index fdf7b97..4f35e0b 100644 --- a/applications/git/forgejo.nix +++ b/applications/git/forgejo.nix @@ -93,10 +93,10 @@ in { # You can temporarily allow registration to create an admin user. service.DISABLE_REGISTRATION = true; # Add support for actions, based on act: https://github.com/nektos/act - # actions = { - # ENABLED = true; - # DEFAULT_ACTIONS_URL = "github"; - # }; + actions = { + ENABLED = true; + DEFAULT_ACTIONS_URL = "github"; + }; # Sending emails is completely optional # You can send a test email from the web UI at: # Profile Picture > Site Administration > Configuration > Mailer Configuration