feat: added port 80

This commit is contained in:
Nick 2025-11-20 00:38:54 -06:00
parent 247ac04114
commit d3f98327aa

View file

@ -31,6 +31,9 @@ in
"mast" "mast"
"md" "md"
]; ];
ports = {
port0 = 80;
};
interface = { interface = {
id = "vm-${name}"; id = "vm-${name}";
mac = "02:00:00:00:55:05"; mac = "02:00:00:00:55:05";