feat(sj-srv1): switch to hostBridge set up
the hostside veth interfaces seem to be buggy and this is more efficient anyway.
This commit is contained in:
parent
e1d4a1019a
commit
84b473d38c
4 changed files with 34 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
specialArgs,
|
||||
hostBridge,
|
||||
hostAddress,
|
||||
localAddress,
|
||||
httpPort,
|
||||
|
@ -330,5 +331,5 @@ in {
|
|||
}
|
||||
];
|
||||
|
||||
inherit hostAddress localAddress;
|
||||
inherit hostBridge hostAddress localAddress;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue