Enable aarch64 builds on gwyn

This commit is contained in:
Andreas Zweili 2022-06-27 14:57:05 +02:00
parent 7a4ec024e4
commit 478e5442b9
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
boot.initrd.luks.devices."cryptlvm".device = "/dev/nvme0n1p2";
# Required to build aarch64 packages
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
fileSystems."/" = {
device = "/dev/disk/by-label/nixos";
fsType = "ext4";