kernel config: Enable BINFMT_MISC

This is enabled in x86 builds but lacking on ARM.
This commit is contained in:
Tuomas Tynkkynen 2016-04-28 20:46:34 +03:00
parent 9586def07e
commit 7276417870

View File

@ -496,6 +496,9 @@ with stdenv.lib;
BINFMT_SCRIPT y
''}
# For systemd-binfmt
BINFMT_MISC? y
# Enable the 9P cache to speed up NixOS VM tests.
9P_FSCACHE? y
9P_FS_POSIX_ACL? y