re-enable emulated systems

This commit is contained in:
Johannes Jöns 2023-05-19 20:35:35 +02:00
parent f584aed96b
commit e05ac65e53

View file

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