From 988a65d8e806f04c3aad3bca80032ce8ada6bc62 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 13 Jan 2024 19:18:38 +0100 Subject: [PATCH] fixed vm tap interfaces --- hosts/mno001/network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mno001/network.nix b/hosts/mno001/network.nix index 2b11db2f..a1f91d54 100644 --- a/hosts/mno001/network.nix +++ b/hosts/mno001/network.nix @@ -114,7 +114,7 @@ in "30-microvm-inet" = { matchConfig.Name = "vm-inet-*"; - networkConfig.Bridge = "microvm"; + networkConfig.Bridge = "microvm-inet"; }; }; };