Enable building for aarch64-linux

This commit is contained in:
Julian Mutter 2024-06-28 08:41:38 +02:00
parent a4ef9a9c63
commit d14ba88542

View File

@ -48,6 +48,7 @@
# Bootloader # Bootloader
modules.system.boot-efi.enable = true; modules.system.boot-efi.enable = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.supportedFilesystems = [ boot.supportedFilesystems = [
"btrfs" "btrfs"
"ntfs" "ntfs"