From 52f13d5dbd9c16d92478086a896254858da442e6 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Fri, 29 Nov 2024 15:21:37 +0100 Subject: [PATCH] seras: Enable RISC-V user mode emulation --- config/hosts/seras/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hosts/seras/configuration.nix b/config/hosts/seras/configuration.nix index 97a1b67..d85801c 100644 --- a/config/hosts/seras/configuration.nix +++ b/config/hosts/seras/configuration.nix @@ -10,7 +10,7 @@ ../../services/hydra ../../services/update-nixfiles.nix ]; - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + boot.binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" ]; networking.hostName = "seras"; systemd.network.networks."98-eth-default" = {