From 73653f17220c2221d3354d58bfd97d7776d0f5d6 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sun, 17 Mar 2024 23:59:23 +0000 Subject: [PATCH] add aarch64-linux support on shepard --- hosts/x86_64/shepard/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/x86_64/shepard/configuration.nix b/hosts/x86_64/shepard/configuration.nix index fbefa0d..6b1e5e4 100644 --- a/hosts/x86_64/shepard/configuration.nix +++ b/hosts/x86_64/shepard/configuration.nix @@ -9,6 +9,9 @@ driSupport32Bit = true; }; + # Enable binfmt emulation of aarch64-linux. + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + # Allow Unfree nixpkgs.config.allowUnfree = true;