From 7d7627a8da7590f16db208098ce20c59890120ac Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 15 Apr 2025 18:52:13 -0600 Subject: easier networking for vm --- machines/vm/foolcreek/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/vm/foolcreek/default.nix b/machines/vm/foolcreek/default.nix index 8ff4598..d0754ee 100644 --- a/machines/vm/foolcreek/default.nix +++ b/machines/vm/foolcreek/default.nix @@ -27,7 +27,7 @@ # }; microvm = { interfaces = [{ - type = "tap"; + type = "user"; id = "foolcreek"; mac = "02:00:00:00:00:01"; }]; -- cgit v1.2.3