diff options
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/vm/foolcreek/default.nix | 13 |
1 files changed, 8 insertions, 5 deletions
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 = { |
