summaryrefslogtreecommitdiff
path: root/machines/vm/foolcreek/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/vm/foolcreek/default.nix')
-rw-r--r--machines/vm/foolcreek/default.nix22
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 = {