This commit is contained in:
soraefir
2026-05-01 18:53:18 +02:00
parent 5cbf1e8555
commit 0cdd18bec7

View File

@@ -14,7 +14,7 @@
chain prerouting { chain prerouting {
type nat hook prerouting priority 0; policy accept; type nat hook prerouting priority 0; policy accept;
${concatMapStringsSep "\n" (ports: ${lib.concatMapStringsSep "\n" (ports:
let let
from = builtins.elemAt ports 0; from = builtins.elemAt ports 0;
to = builtins.elemAt ports 1; to = builtins.elemAt ports 1;