From b78d9d2e0dd94cd068ebfe9157e0726aeb0eb698 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Sun, 20 Oct 2024 19:28:05 -0500 Subject: [PATCH] add port fro vite --- hosts/lio/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/lio/configuration.nix b/hosts/lio/configuration.nix index a4d0a8a..45024a2 100644 --- a/hosts/lio/configuration.nix +++ b/hosts/lio/configuration.nix @@ -26,6 +26,11 @@ nebula.enable = true; }; + # opening this port for dev purposes + networking.firewall.allowedTCPPorts = [ + 5173 # Vite + ]; + # machine specific configuration # ============================== hardware.enableAllFirmware = true;