From 51c20a6579d92183486d1f1fc11997c1caffb5d4 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Fri, 21 Aug 2026 23:52:29 +0200 Subject: [PATCH] fix ipv6 --- hosts/forgejo-runner/podman.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/forgejo-runner/podman.nix b/hosts/forgejo-runner/podman.nix index 462cadc..ed956b1 100644 --- a/hosts/forgejo-runner/podman.nix +++ b/hosts/forgejo-runner/podman.nix @@ -1,6 +1,8 @@ { ... }: { + boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = true; + virtualisation.podman = { enable = true; dockerSocket.enable = true;