seras: Enable RISC-V user mode emulation

This commit is contained in:
Mikael 2024-11-29 15:21:37 +01:00
parent 9fea7edfec
commit 52f13d5dbd
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -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" = {