add port fro vite
This commit is contained in:
parent
2e8d62531a
commit
b78d9d2e0d
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