1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: allow IGMP traffic and all ICMP traffic

This commit is contained in:
oddlama 2025-01-26 17:59:58 +01:00
parent c39a285bc9
commit 342c4787ab
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 15 additions and 25 deletions

View file

@ -165,11 +165,6 @@
);
networking.nftables.firewall = {
snippets.nnf-icmp.ipv6Types = [
"mld-listener-query"
"nd-router-solicit"
];
zones =
{
untrusted.interfaces = [ "wan" ];