From 82096729448921817b08c7e7facf936abf54442b Mon Sep 17 00:00:00 2001 From: k3t Date: Mon, 1 Jun 2026 19:35:12 -0600 Subject: [PATCH] re-enable binfmt on arm --- modules/sys/hw/cpu/arm64.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sys/hw/cpu/arm64.nix b/modules/sys/hw/cpu/arm64.nix index 70ab179..b72da9a 100644 --- a/modules/sys/hw/cpu/arm64.nix +++ b/modules/sys/hw/cpu/arm64.nix @@ -1,4 +1,4 @@ { boot.binfmt.preferStaticEmulators = true; - #boot.binfmt.emulatedSystems = [ "x86_64-linux" "i386-linux" ]; + boot.binfmt.emulatedSystems = [ "x86_64-linux" "i386-linux" ]; } \ No newline at end of file