prevent kernel panic

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-13 18:03:59 +02:00
parent d2ee86a77c
commit 29d8345a57
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -72,6 +72,8 @@ in
diskSize = 2 * 1024;
memorySize = 2048;
};
# prevent error: Kernel panic - not syncing: Host injected async #PF in kernel mode
boot.kernelParams = [ "kvm.async_pf=0" ];
};
nodes.deployer =