From 79795c5efeacebf52591cce1174fd126a29ca91f Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 13 Jan 2024 17:54:35 +0100 Subject: [PATCH] updated systemd-networkd microvm network id --- 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 f812b0bb..1d029337 100644 --- a/hosts/mno001/network.nix +++ b/hosts/mno001/network.nix @@ -89,7 +89,7 @@ in }; }; - networks."11-microvm-inet" = { + networks."30-microvm-inet" = { matchConfig.Name = "vm-inet-*"; vlan = [ "uplink" ]; };