networking.firewall.logRefusedPackets

NixOS option

Whether to log all rejected or dropped incoming packets. This tends to give a lot of log messages, so it’s mostly useful for debugging. Note: The logs are found in the kernel logs, i.e. dmesg or journalctl -k.

type: boolean
Default
false
declared in: nixos/modules/services/networking/firewall.nixView source on NixOS/nixpkgs →