From 81929b213ad2445ec3fb41b079e3c6d31f0c3dc7 Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Wed, 19 Feb 2025 21:33:08 +0100 Subject: re-enable host cpu --- server.nix | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- cgit 1.4.1