kernel-config: Explicitly enable CONFIG_NETFILTER

This is needed by the NixOS firewall, but isn't enabled by the ARM
defconfig nor kernelAutoModules (as 'm' doesn't seem to be an option)

authored by Tuomas Tynkkynen and committed by Tuomas Tynkkynen 3ed0d7e2 2090aa4f

+1
+1
pkgs/os-specific/linux/kernel/common-config.nix
··· 123 ${optionalString (versionOlder version "3.13") '' 124 IPV6_PRIVACY y 125 ''} 126 NETFILTER_ADVANCED y 127 IP_ROUTE_VERBOSE y 128 IP_MROUTE_MULTIPLE_TABLES y
··· 123 ${optionalString (versionOlder version "3.13") '' 124 IPV6_PRIVACY y 125 ''} 126 + NETFILTER y 127 NETFILTER_ADVANCED y 128 IP_ROUTE_VERBOSE y 129 IP_MROUTE_MULTIPLE_TABLES y