diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index f1afae4..6f02a2b 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -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 = {