From 8e50ddf01679e947eba37c5c1c7dd41c8cbe0943 Mon Sep 17 00:00:00 2001 From: atlas Date: Wed, 3 Jun 2026 01:13:48 +0200 Subject: [PATCH] network: revert isolateContainers default to false --- nix/modules/hive-network.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/modules/hive-network.nix b/nix/modules/hive-network.nix index 38536709..8da7fe17 100644 --- a/nix/modules/hive-network.nix +++ b/nix/modules/hive-network.nix @@ -90,8 +90,8 @@ in isolateContainers = lib.mkOption { type = lib.types.bool; - default = true; - example = false; + default = false; + example = true; description = '' Flip agent containers from shared host netns to private netns (#14). When true, each agent container gets a dedicated veth