diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-12-05 13:59:04 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-12-05 13:59:04 -0700 |
| commit | 20e19407fdda236840e6afa5edeef49f9c0dbece (patch) | |
| tree | dabc91a1db5e2896d615da56f49ef8190babe481 /machines/vm/foolcreek/default.nix | |
| parent | 5a2f357efb76b7adfcb361c560ae6706f225bbcc (diff) | |
upgrade major version to 25.11
Diffstat (limited to 'machines/vm/foolcreek/default.nix')
| -rw-r--r-- | machines/vm/foolcreek/default.nix | 22 |
1 files changed, 11 insertions, 11 deletions
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 = { |
