From a4fdeb37eaee8188dd7c2914038b4c77b6fa93e5 Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 28 Oct 2024 12:08:21 +0100 Subject: [PATCH] chore: enable ipv4 forward explicitly --- hosts/ward/net.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ward/net.nix b/hosts/ward/net.nix index b657f4f..f07f49e 100644 --- a/hosts/ward/net.nix +++ b/hosts/ward/net.nix @@ -4,6 +4,7 @@ lib, ... }: { + boot.kernel.sysctl."net.ipv4.ip_forward" = 1; networking.hostId = config.repo.secrets.local.networking.hostId; globals.monitoring.ping.ward = {