From d468fe21334304db72ed152ee1674489989fb8f1 Mon Sep 17 00:00:00 2001 From: k3t Date: Mon, 8 Jun 2026 22:34:30 -0600 Subject: [PATCH] arm64.nix update --- modules/sys/hw/cpu/arm64.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/sys/hw/cpu/arm64.nix b/modules/sys/hw/cpu/arm64.nix index b72da9a..a9d956e 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" ]; -} \ No newline at end of file + #boot.binfmt.preferStaticEmulators = true; + #boot.binfmt.emulatedSystems = [ "x86_64-linux" "i386-linux" ]; +}