add binfmt emulation for vf2
This commit is contained in:
parent
d11f7faab8
commit
0ab749660f
1 changed files with 4 additions and 0 deletions
|
@ -124,4 +124,8 @@
|
|||
discoverPortal = "192.168.2.1";
|
||||
enable = true;
|
||||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"x86_64-linux"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue