network: default isolateContainers to true

This commit is contained in:
atlas 2026-06-03 01:09:09 +02:00 committed by mara
commit a141d157ba

View file

@ -90,8 +90,8 @@ in
isolateContainers = lib.mkOption { isolateContainers = lib.mkOption {
type = lib.types.bool; type = lib.types.bool;
default = false; default = true;
example = true; example = false;
description = '' description = ''
Flip agent containers from shared host netns to private netns Flip agent containers from shared host netns to private netns
(#14). When true, each agent container gets a dedicated veth (#14). When true, each agent container gets a dedicated veth