rm broken async_pf fix

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-19 19:26:36 +02:00
parent ae22484b72
commit 91488a6c4e
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -75,8 +75,6 @@ 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 =