feat(home-pc): enable cross-compilation support

This commit is contained in:
Felix Schröter 2022-02-08 23:46:28 +01:00
parent 171006947d
commit 4bbff75f68
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -21,6 +21,9 @@
boot.loader.systemd-boot.memtest86.enable = true;
# cross-compilation support
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
hardware.enableAllFirmware = true;
hardware.cpu.amd.updateMicrocode = true;
services.fwupd.enable = true;