Revert back to range

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

View file

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