From df715a7e8f65ac7fdce7433a3fa74b3dcea1be85 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Fri, 19 Sep 2025 14:35:41 +0200 Subject: [PATCH] feat: enable aarch64 emulation for heimdall Signed-off-by: Lander Van den Bulcke --- hosts/heimdall/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/heimdall/default.nix b/hosts/heimdall/default.nix index 76d72fa..dd0a2ec 100644 --- a/hosts/heimdall/default.nix +++ b/hosts/heimdall/default.nix @@ -19,6 +19,8 @@ }; }; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + networking.hostName = "heimdall"; security.pki.certificateFiles = [