summary refs log tree commit diff
path: root/nixos/modules/services/networking/nftables.nix
diff options
context:
space:
mode:
authorTony Olagbaiye <me@fron.io>2020-04-10 23:48:52 +0100
committerTony Olagbaiye <me@fron.io>2020-04-10 23:48:52 +0100
commitc1c9905aae9517d937ac05182d11f2abd255c9f4 (patch)
treea4e16c9926f292223498026eb8de7ca41306c116 /nixos/modules/services/networking/nftables.nix
parentad3220f9ff3f24a12357ea07d33dff7ba0c54d33 (diff)
downloadnixpkgs-c1c9905aae9517d937ac05182d11f2abd255c9f4.tar
nixpkgs-c1c9905aae9517d937ac05182d11f2abd255c9f4.tar.gz
nixpkgs-c1c9905aae9517d937ac05182d11f2abd255c9f4.tar.bz2
nixpkgs-c1c9905aae9517d937ac05182d11f2abd255c9f4.tar.lz
nixpkgs-c1c9905aae9517d937ac05182d11f2abd255c9f4.tar.xz
nixpkgs-c1c9905aae9517d937ac05182d11f2abd255c9f4.tar.zst
nixpkgs-c1c9905aae9517d937ac05182d11f2abd255c9f4.zip
nixos/nftables: fix typo in ruleset example
Diffstat (limited to 'nixos/modules/services/networking/nftables.nix')
-rw-r--r--nixos/modules/services/networking/nftables.nix2
1 files changed, 1 insertions, 1 deletions
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)