Merge pull request #53511 from joachifm/kernel-32bit-emu-feature-flag

linux: flag to indicate 32bit emulation support
This commit is contained in:
Joachim F
2019-01-25 14:13:45 +00:00
committed by GitHub
3 changed files with 10 additions and 4 deletions
@@ -65,6 +65,7 @@ let
netfilterRPFilter = true;
grsecurity = false;
xen_dom0 = false;
ia32Emulation = true;
} // features) kernelPatches;
intermediateNixConfig = import ./common-config.nix {