From 0555b06c0024a79d9cecd1beff71d0e5ed318e26 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 25 Mar 2021 16:35:04 +0100 Subject: [PATCH] Allow access to QEMU virtual bridge from Wireguard --- modules/networking.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/networking.nix b/modules/networking.nix index ab522b0..cc98739 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -56,10 +56,12 @@ { destination = "192.168.122.100:22"; sourcePort = 2222; + loopbackIPs = [ "10.0.1.3" ]; } { destination = "192.168.122.100:5000"; sourcePort = 5000; + loopbackIPs = [ "10.0.1.3" ]; } ]; };