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 = {
allowedTCPPortRanges = [
{ from = 8000; to = 8020; }
];
allowedTCPPorts = [ 8000 8001 8002 8003 ];
# allowedTCPPortRanges = [
# { from = 8000; to = 8020; }
# ];
};
sops = {