From a141d157bad0ac24ec3ce630206aadba34f1cbf3 Mon Sep 17 00:00:00 2001 From: atlas Date: Wed, 3 Jun 2026 01:09:09 +0200 Subject: [PATCH] network: default isolateContainers to true --- 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 8da7fe17..38536709 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 = false; - example = true; + default = true; + example = false; description = '' Flip agent containers from shared host netns to private netns (#14). When true, each agent container gets a dedicated veth