From 20e19407fdda236840e6afa5edeef49f9c0dbece Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 5 Dec 2025 13:59:04 -0700 Subject: upgrade major version to 25.11 --- machines/vm/foolcreek/default.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'machines/vm/foolcreek/default.nix') diff --git a/machines/vm/foolcreek/default.nix b/machines/vm/foolcreek/default.nix index 624c6a7..ad3fc92 100644 --- a/machines/vm/foolcreek/default.nix +++ b/machines/vm/foolcreek/default.nix @@ -26,23 +26,23 @@ # }; # }; microvm = { - forwardPorts = [ # forward local port 2222-> 22, to ssh into the VM - { from = "host"; host.port = 2222; guest.port = 22; } + # forwardPorts = [ # forward local port 2222-> 22, to ssh into the VM + # { from = "host"; host.port = 2222; guest.port = 22; } - # forward local port 80 -> 10.1.11.100:80 in the VLAN - { from = "guest"; host.port = 8080; guest.port = 80; # website - # guest.address = "10.1.11.101"; guest.port = 80; - # host.address = "127.0.0.1"; host.port = 80; - } - ]; - interfaces =[ + # # forward local port 80 -> 10.1.11.100:80 in the VLAN + # { from = "guest"; host.port = 8080; guest.port = 80; # website + # # guest.address = "10.1.11.101"; guest.port = 80; + # # host.address = "127.0.0.1"; host.port = 80; + # } + # ]; + # interfaces =[ # { # type = "tap"; # id = "vm-foolcreek"; # mac = "02:00:00:00:00:01"; # } - { type = "user"; } - ]; + # { type = "user"; } + # ]; }; systemd.network = { -- cgit v1.2.3