re-enable binfmt on arm

This commit is contained in:
k3t
2026-06-01 19:35:12 -06:00
parent c9485e107d
commit 8209672944
+1 -1
View File
@@ -1,4 +1,4 @@
{
boot.binfmt.preferStaticEmulators = true;
#boot.binfmt.emulatedSystems = [ "x86_64-linux" "i386-linux" ];
boot.binfmt.emulatedSystems = [ "x86_64-linux" "i386-linux" ];
}