From 8147c9c75791c07fcb37cbb7421f7ce7fc879a94 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 30 May 2023 01:09:14 +0200 Subject: [PATCH] cleanup --- hosts/dishwasher/mcvm-network.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/dishwasher/mcvm-network.nix b/hosts/dishwasher/mcvm-network.nix index 9f5ce6c..b471c2e 100644 --- a/hosts/dishwasher/mcvm-network.nix +++ b/hosts/dishwasher/mcvm-network.nix @@ -1,4 +1,5 @@ -{ config, pkgs, ... }: { +{ ... }: +{ systemd.network = { netdevs."microvm-bridge".netdevConfig = { Kind = "bridge";