diff --git a/sys/platforms/vps/srv/forgejo.nix b/sys/platforms/vps/srv/forgejo.nix index 25ff959..9feb36a 100644 --- a/sys/platforms/vps/srv/forgejo.nix +++ b/sys/platforms/vps/srv/forgejo.nix @@ -47,12 +47,10 @@ with lib; { LANDING_PAGE = "explore"; }; - # You can temporarily allow registration to create an admin user. service.DISABLE_REGISTRATION = true; - # ver https://github.com/nektos/act actions = { - ENABLED = false; + ENABLED = true; }; mailer = { ENABLED = false;