From d54953e35a82640f0275a426f8502c8d5d9ec292 Mon Sep 17 00:00:00 2001 From: Clara Dautermann Date: Thu, 28 Aug 2025 21:14:26 +0200 Subject: [PATCH] enable aarch64-linux cross compilation for entropia pi --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 37633c7..a5313b3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -26,6 +26,8 @@ boot.supportedFilesystems = [ "nfs" ]; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + services.hardware.bolt.enable = true; networking.hostName = "nixpad"; # Define your hostname.