From c8b4428e3fdce1e0f78312676d0b95cfde2a1d44 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 4 Oct 2021 21:08:09 +0200 Subject: [PATCH] gitea: enable git hooks --- hosts/containers/gitea/modules/gitea.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/containers/gitea/modules/gitea.nix b/hosts/containers/gitea/modules/gitea.nix index cf9210d9..bd9d1b79 100644 --- a/hosts/containers/gitea/modules/gitea.nix +++ b/hosts/containers/gitea/modules/gitea.nix @@ -55,6 +55,10 @@ time = { DEFAULT_UI_LOCATION = config.time.timeZone; }; + custom = { + # needed for c3d2-{web,dns} deployment + DISABLE_GIT_HOOKS = false; + }; }; };