feat(desktop): allow for aarch64 package building.

This commit is contained in:
CronyAkatsuki 2025-05-06 16:54:42 +02:00
parent 926884f6bf
commit d04eb88e46

View file

@ -13,6 +13,9 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# Enable aarch64 emulation
boot.binfmt.emulatedSystems = ["aarch64-linux"];
# Use the xanmod kernel # Use the xanmod kernel
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest; boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest;