add binfmt emulation for vf2

This commit is contained in:
Charlotte 🦝 Delenk 2023-06-24 14:18:08 +01:00
parent d11f7faab8
commit 0ab749660f
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -124,4 +124,8 @@
discoverPortal = "192.168.2.1";
enable = true;
};
boot.binfmt.emulatedSystems = [
"x86_64-linux"
];
}