kernel config: Enable BINFMT_MISC
This is enabled in x86 builds but lacking on ARM.
This commit is contained in:
parent
9586def07e
commit
7276417870
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue