diff --git a/systems/kami/default.nix b/systems/kami/default.nix index 70f73d8..225bb10 100644 --- a/systems/kami/default.nix +++ b/systems/kami/default.nix @@ -13,7 +13,7 @@ boot.supportedFilesystems = [ "ntfs" "btrfs" "zfs" ]; - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + #boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;