From b84bd0c69f91ef240117039b9cee69c9e566608a Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 18 Jun 2022 17:24:09 +0200 Subject: fix routing --- hosts/cirrus/wireguard-server.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/cirrus') diff --git a/hosts/cirrus/wireguard-server.nix b/hosts/cirrus/wireguard-server.nix index 1352f15..2d939c0 100644 --- a/hosts/cirrus/wireguard-server.nix +++ b/hosts/cirrus/wireguard-server.nix @@ -39,6 +39,7 @@ matchConfig.Name = "oxalab"; networkConfig = { Address = "10.66.66.1/24"; + IPForward = "ipv4"; }; }; }; -- cgit v1.3.1