From 42451d315e640cee186756e6b6e0dcdf337ee2b7 Mon Sep 17 00:00:00 2001 From: geemili Date: Wed, 29 May 2024 19:02:32 -0600 Subject: [PATCH] feat: forgejo: enable actions --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 8980413..98c6df2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -357,6 +357,7 @@ settings = { server.ROOT_URL = "https://git.samsehu.perli.casa/"; server.HTTP_ADDR = "127.0.0.1"; + actions.ENABLED = true; }; };