From 380a2055752775aced4c51c604ea09d68afc4053 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 15 Aug 2025 22:02:05 -0600 Subject: the testing never ends --- machines/vm/foolcreek/default.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'machines') diff --git a/machines/vm/foolcreek/default.nix b/machines/vm/foolcreek/default.nix index 0b0fa7c..624c6a7 100644 --- a/machines/vm/foolcreek/default.nix +++ b/machines/vm/foolcreek/default.nix @@ -35,11 +35,14 @@ # host.address = "127.0.0.1"; host.port = 80; } ]; - interfaces = [{ - type = "tap"; - id = "vm-foolcreek"; - mac = "02:00:00:00:00:01"; - }]; + interfaces =[ + # { + # type = "tap"; + # id = "vm-foolcreek"; + # mac = "02:00:00:00:00:01"; + # } + { type = "user"; } + ]; }; systemd.network = { -- cgit v1.2.3