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 {
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue