hippocampus: Enable RISC-V Emulation w/ BinFMT
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
||||
# Allow RISC-V Native Emulation (Binfmt QEMU)
|
||||
./riscv.nix
|
||||
|
||||
# Backup!
|
||||
./backup.nix
|
||||
|
||||
|
||||
5
machines/hippocampus/riscv.nix
Normal file
5
machines/hippocampus/riscv.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, pkgs, lib, ... ]: {
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"riscv64-linux"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user