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