network: revert isolateContainers default to false

This commit is contained in:
atlas 2026-06-03 01:13:48 +02:00 committed by mara
commit 8e50ddf016

View file

@ -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