From 3ed0d7e2dfd5c197a29c3142f69eaa48d71cade9 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Sun, 20 Sep 2015 20:05:06 +0300 Subject: [PATCH] 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) --- pkgs/os-specific/linux/kernel/common-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 39c19ceeff7d..2c4dbc7d20fa 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -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