kernel config: Enable BINFMT_MISC

This is enabled in x86 builds but lacking on ARM.

Changed files
+3
pkgs
os-specific
linux
+3
pkgs/os-specific/linux/kernel/common-config.nix
···
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