Add support to compile i686 isos

This commit is contained in:
Johannes Jöns 2023-03-14 20:30:10 +01:00
parent 62ac027233
commit 62f9d090ca

View file

@ -15,7 +15,7 @@
boot.supportedFilesystems = [ "ntfs" "btrfs" "zfs" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" "i686-linux" ];
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;