seras: Enable RISC-V user mode emulation
This commit is contained in:
parent
9fea7edfec
commit
52f13d5dbd
1 changed files with 1 additions and 1 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue