Disable emulated systems

This commit is contained in:
Johannes Jöns 2023-05-19 12:25:57 +02:00
parent 839f2a2e3b
commit 2eb7bf297c

View file

@ -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;