Open port 8080

This commit is contained in:
Alexander Wainwright
2025-06-28 11:48:13 +10:00
parent dfd2832ce6
commit e2f3f5d30e

View File

@@ -14,7 +14,7 @@
# Enable networking
networking.networkmanager.enable = true;
networking.firewall.allowedTCPPorts = [ 8000 ];
networking.firewall.allowedTCPPorts = [ 8000 8080 ];
# Set your time zone.
time.timeZone = "Australia/Brisbane";