From d7ea1577618966b5f7c85d38802145b495fc1fa8 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Tue, 28 Jan 2025 12:51:49 -0600 Subject: [PATCH] vps: enable forgejo actions --- sys/platforms/vps/srv/forgejo.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;