support USB ethernet in bordervm

This commit is contained in:
Daniel Barlow
2023-05-09 22:58:56 +01:00
parent 55387b0ee3
commit b70c8ee258
3 changed files with 39 additions and 17 deletions

View File

@@ -1,7 +1,8 @@
{...}:
{
bordervm = {
ethernet.pciId = "01:00.0";
# ethernet.pci = { id = "01:00.0"; enable = true; };
ethernet.usb = { vendor = "0x0bda"; product = "0x8153"; enable = true; };
l2tp = {
host = "l2tp.aa.net.uk";
};