Test allowing every port on its own

This commit is contained in:
Michael Hübner 2025-06-24 11:25:06 +02:00
parent a326323f22
commit 27178a0865

View file

@ -24,9 +24,10 @@ in
]; ];
networking.firewall = { networking.firewall = {
allowedTCPPortRanges = [ allowedTCPPorts = [ 8000 8001 8002 8003 ];
{ from = 8000; to = 8020; } # allowedTCPPortRanges = [
]; # { from = 8000; to = 8020; }
# ];
}; };
sops = { sops = {