summaryrefslogtreecommitdiff
path: root/machines/vm/foolcreek/default.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-08-18 15:46:29 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2025-08-18 15:46:29 -0600
commitfcc04a60e81e063c3c5a112e4529f12827acb661 (patch)
treeed8b1f49629fd8fc81f541c288cc8147ea54b921 /machines/vm/foolcreek/default.nix
parentdd4dab7175a8efcc5f93efffb94c449324e43ad5 (diff)
parent7b2f70e3e8f3d940a8f0d1f6204b45203d53942f (diff)
Merge branch 'master' of ssh://bosco:/srv/git/.flake
Diffstat (limited to 'machines/vm/foolcreek/default.nix')
-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 = {