From 003b6c277b42a6e88ea2f478de1328f7a80aa24d Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Wed, 17 Jun 2026 00:56:02 +1000 Subject: [PATCH] containers/fluorite: enable tun --- containers/fluorite/flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/fluorite/flake.nix b/containers/fluorite/flake.nix index af3e111..eee70b1 100644 --- a/containers/fluorite/flake.nix +++ b/containers/fluorite/flake.nix @@ -64,6 +64,7 @@ containers.${name} = { autoStart = true; privateNetwork = true; + enableTun = true; hostAddress = host4; localAddress = client4; hostAddress6 = host;