add port fro vite

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-20 19:28:05 -05:00
parent 2e8d62531a
commit b78d9d2e0d

View file

@ -26,6 +26,11 @@
nebula.enable = true; nebula.enable = true;
}; };
# opening this port for dev purposes
networking.firewall.allowedTCPPorts = [
5173 # Vite
];
# machine specific configuration # machine specific configuration
# ============================== # ==============================
hardware.enableAllFirmware = true; hardware.enableAllFirmware = true;