feat: enable aarch64 cross-build on lazyworkhorse (QEMU binfmt + extra-platforms)

This commit is contained in:
2026-06-06 09:16:23 -04:00
parent 9ebbb1c0c6
commit a51e095717

View File

@@ -11,6 +11,10 @@
# Flakesss
nix.settings.experimental-features = [ "nix-command" "flakes" "flake-self-attrs" ];
nix.settings.trusted-users = [ "root" "gortium" ];
nix.settings.extra-platforms = [ "aarch64-linux" ];
# QEMU binfmt for cross-building aarch64 NixOS targets
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Garbage collection
nix.gc = {