Add cross compile support

This commit is contained in:
Johannes Jöns 2023-03-14 19:15:07 +01:00
parent c1794223b8
commit 0e984e9969

View file

@ -15,6 +15,8 @@
boot.supportedFilesystems = [ "ntfs" "btrfs" "zfs" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
networking.networkmanager.enable = true;