network: revert isolateContainers default to false
This commit is contained in:
parent
a141d157ba
commit
8e50ddf016
1 changed files with 2 additions and 2 deletions
|
|
@ -90,8 +90,8 @@ in
|
||||||
|
|
||||||
isolateContainers = lib.mkOption {
|
isolateContainers = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = true;
|
default = false;
|
||||||
example = false;
|
example = true;
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue