Skip to content

Commit

Permalink
kernel-config: Explicitly enable CONFIG_NETFILTER
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
dezgeg committed Apr 14, 2017
1 parent 2090aa4 commit 3ed0d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Expand Up @@ -123,6 +123,7 @@ with stdenv.lib;
${optionalString (versionOlder version "3.13") ''
IPV6_PRIVACY y
''}
NETFILTER y
NETFILTER_ADVANCED y
IP_ROUTE_VERBOSE y
IP_MROUTE_MULTIPLE_TABLES y
Expand Down

0 comments on commit 3ed0d7e

Please sign in to comment.