diff --git a/modules/gitea.nix b/modules/forgejo/default.nix
similarity index 98%
rename from modules/gitea.nix
rename to modules/forgejo/default.nix
index 513b1a4..c28f2a5 100644
--- a/modules/gitea.nix
+++ b/modules/forgejo/default.nix
@@ -4,6 +4,9 @@ let
   gitUser = "git";
 in
 {
+  # imports = [
+  #   ./actions.nix
+  # ];
   sops.secrets.gitea_ldap_search = {
     key = "portunus/search-password";
     owner = config.services.forgejo.user;
@@ -75,6 +78,7 @@ in
         COOKIE_SECURE = true;
         PROVIDER = "db";
       };
+      actions.ENABLED = true;
     };
   };