summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/ap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ap.nix b/config/ap.nix
index 60afb3a..eadd086 100644
--- a/config/ap.nix
+++ b/config/ap.nix
@@ -37,7 +37,7 @@ in
interface lo ACCEPT;
proto icmp icmp-type echo-request ACCEPT;
- interface $DEV_LAN {
+ interface $DEV_LAN @subchain "services" {
proto (tcp udp) dport (ssh domain bootps) ACCEPT;
}
}