open 3000 in firewall

This commit is contained in:
KoenDR06 2025-04-15 21:32:16 +02:00
parent 77bb2b5084
commit 9d2fd3aba2

View file

@ -14,10 +14,9 @@
horseman.username = "horseman";
networking = {
hostName = "solis";
firewall.allowedTCPPorts = [80 443];
};
networking.hostName = "solis";
networking.firewall.allowedTCPPorts = [3000];
system.stateVersion = "24.11";
}