fix: why did we disable the firewall?

This commit is contained in:
Ranomier 2025-05-15 20:30:49 +02:00
parent b76d837472
commit 2ef666ad65

View file

@ -1,6 +1,6 @@
{ {
networking.firewall = { networking.firewall = {
enable = false; enable = true;
# Open ports in the firewall. # Open ports in the firewall.
allowedTCPPorts = [8080 10001 10002]; allowedTCPPorts = [8080 10001 10002];