From 1c8ccfb342132eae80a7a05a10b167160ad69d65 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 4 Oct 2024 06:52:19 -0500 Subject: [PATCH] config | enable cross-compile on fred --- hosts/fred/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fred/default.nix b/hosts/fred/default.nix index 7395ccb..79bd617 100644 --- a/hosts/fred/default.nix +++ b/hosts/fred/default.nix @@ -15,4 +15,5 @@ ./podman.nix ]; networking.hostName = "fred"; + boot.binfmt.emulatedSystems = ["aarch64-linux"]; }