summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-08-15 22:02:05 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2025-08-15 22:02:05 -0600
commit380a2055752775aced4c51c604ea09d68afc4053 (patch)
treeb4665adaed26721865029ab83de88c08895be405 /machines
parent86d0e4e07ec0147a7fc90c750aeaa75e1df5bf85 (diff)
the testing never ends
Diffstat (limited to 'machines')
-rw-r--r--machines/vm/foolcreek/default.nix13
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 = {