From 82b8031b0a843324724e255f0943f8afae9c3425 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 26 Mar 2024 09:21:48 +0900 Subject: [PATCH] Update --- lib/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index 02c58fac..06fd62f0 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -51,8 +51,7 @@ ]; autoStart = true; privateNetwork = true; - localAddress = "192.168.2.${ip}/32"; - hostAddress = "192.168.2.1"; + hostBridge = "br0"; restartIfChanged = true; enableTun = true; additionalCapabilities = [ "CAP_NET_ADMIN" "CAP_NET_RAW" ];