diff options
-rw-r--r-- | server.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server.nix b/server.nix index b301821..eefab38 100644 --- a/server.nix +++ b/server.nix @@ -146,6 +146,8 @@ writeShellApplication { qemu-system-aarch64 \ -machine virt \ + -enable-kvm \ + -cpu host,aarch64=off \ -m 2048 \ -kernel ${kernel}/zImage \ -drive if=none,file=./reMder.qcow2,format=qcow2,id=hd \ |