diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 6593b0d5e294..db70b55818fe 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -37,7 +37,7 @@ let whenPlatformHasEBPFJit = lib.mkIf ( stdenv.hostPlatform.isAarch32 || stdenv.hostPlatform.isAarch64 - || stdenv.hostPlatform.isx86_64 + || stdenv.hostPlatform.isx86 || (stdenv.hostPlatform.isPower && stdenv.hostPlatform.is64bit) || (stdenv.hostPlatform.isMips && stdenv.hostPlatform.is64bit) );