From af0b76fb1b5100928f4c5fefc4575814a553e1c7 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 a4d0a8a0..45024a25 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;