From 6b888751639d5ccea7cf732b57236f07af72f021 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Thu, 11 Apr 2024 15:25:04 +0200 Subject: [PATCH] forgejo: move into dedicated folder and enable initial action support --- modules/{gitea.nix => forgejo/default.nix} | 4 ++++ 1 file changed, 4 insertions(+) rename modules/{gitea.nix => forgejo/default.nix} (98%) 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; }; };