From 7cacaa3e265e83974d65c17a49c64f8bca5f8914 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Mon, 6 Jan 2025 06:37:24 +0000
Subject: [PATCH] hetznix: disable forgejo temporarily

I need to investigate why I can't push changes to it, as "git push"
commands are hanging.

I've added forgejo as an authorised SSH user and tried various Forgejo
and firewall configurations, but it isn't working.
---
 nix/hosts/hetznix/services/forgejo.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix/hosts/hetznix/services/forgejo.nix b/nix/hosts/hetznix/services/forgejo.nix
index ea54c4bb..d7df3b45 100644
--- a/nix/hosts/hetznix/services/forgejo.nix
+++ b/nix/hosts/hetznix/services/forgejo.nix
@@ -3,7 +3,7 @@
 {
   services = {
     forgejo = {
-      enable = true;
+      enable = false;
 
       settings = {
         server = {