diff --git a/hosts/desktopnix/default.nix b/hosts/desktopnix/default.nix index 7321aef..f8f5a47 100644 --- a/hosts/desktopnix/default.nix +++ b/hosts/desktopnix/default.nix @@ -47,5 +47,5 @@ system.activationScripts.decryptKey.text = '' ln -f -s ${../../keys/PatC.key} /run/decrypt.key.pub ''; - boot.binfmt.emulatedSystems = ["aarch64-linux"]; + boot.binfmt.emulatedSystems = ["aarch64-linux" "riscv64-linux"]; }