From e98f1f8bd0ffaadbb6c274149c3ede7f09238ab2 Mon Sep 17 00:00:00 2001
From: Ingolf Wagner <contact@ingolf-wagner.de>
Date: Wed, 19 Mar 2025 09:29:33 +0100
Subject: [PATCH] :ambulance: try to fix hetzner issues

---
 machines/orbi/configuration.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/machines/orbi/configuration.nix b/machines/orbi/configuration.nix
index 562f1e4..2c84d25 100644
--- a/machines/orbi/configuration.nix
+++ b/machines/orbi/configuration.nix
@@ -45,6 +45,7 @@
   ];
 
   networking.firewall.enable = true;
+  boot.kernel.sysctl."net.ipv4.ip_forwarding" = false;
 
   services.logrotate.checkConfig = false; # because uid 3000 does not exist in here