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;