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:
steveej 2024-08-24 00:16:29 +02:00
parent e1d4a1019a
commit 84b473d38c
4 changed files with 34 additions and 11 deletions

View file

@ -1,5 +1,6 @@
{
specialArgs,
hostBridge,
hostAddress,
localAddress,
httpPort,
@ -330,5 +331,5 @@ in {
}
];
inherit hostAddress localAddress;
inherit hostBridge hostAddress localAddress;
}