From c1c9905aae9517d937ac05182d11f2abd255c9f4 Mon Sep 17 00:00:00 2001 From: Tony Olagbaiye Date: Fri, 10 Apr 2020 23:48:52 +0100 Subject: nixos/nftables: fix typo in ruleset example --- nixos/modules/services/networking/nftables.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/networking/nftables.nix') diff --git a/nixos/modules/services/networking/nftables.nix b/nixos/modules/services/networking/nftables.nix index ad7c013a544..ec9d9753cfe 100644 --- a/nixos/modules/services/networking/nftables.nix +++ b/nixos/modules/services/networking/nftables.nix @@ -52,7 +52,7 @@ in ip protocol icmp icmp type { destination-unreachable, router-advertisement, time-exceeded, parameter-problem } accept # allow "ping" - ip6 nexthdr icmp icmpv6 type echo-request accept + ip6 nexthdr icmpv6 icmpv6 type echo-request accept ip protocol icmp icmp type echo-request accept # accept SSH connections (required for a server) -- cgit 1.4.1