From 57925ead84e9bf69b27ab530ca34acaf56af5154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Gro=C3=9Fmann?= Date: Thu, 25 Jan 2024 22:44:36 +0100 Subject: [PATCH] feat: more binfmt --- hosts/desktopnix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; }