From 92c3ee46d150b13a10efdb70a12aba41d3224c6e Mon Sep 17 00:00:00 2001 From: David Crompton Date: Thu, 14 Sep 2023 18:54:32 -0400 Subject: [PATCH] Disable RISC-V Emulation --- machines/universedesktop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/universedesktop/configuration.nix b/machines/universedesktop/configuration.nix index 4cf027f..496ee87 100644 --- a/machines/universedesktop/configuration.nix +++ b/machines/universedesktop/configuration.nix @@ -7,7 +7,7 @@ nix.registry.nixpkgs.flake = nixpkgs; # Allow user-mode qemu for running riscv64 binaries - boot.binfmt.emulatedSystems = [ "riscv64-linux" ]; + # boot.binfmt.emulatedSystems = [ "riscv64-linux" ]; imports = [ # Include the results of the hardware scan.