Disable RISC-V Emulation

This commit is contained in:
2023-09-14 18:54:32 -04:00
parent 2616cdcd96
commit 92c3ee46d1

View File

@@ -7,7 +7,7 @@
nix.registry.nixpkgs.flake = nixpkgs; nix.registry.nixpkgs.flake = nixpkgs;
# Allow user-mode qemu for running riscv64 binaries # Allow user-mode qemu for running riscv64 binaries
boot.binfmt.emulatedSystems = [ "riscv64-linux" ]; # boot.binfmt.emulatedSystems = [ "riscv64-linux" ];
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.