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;