add port fro vite
This commit is contained in:
parent
f0c2d19944
commit
af0b76fb1b
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue