set kvmfr size to 128mb and change cleanup makefile rule
Some checks failed
Build iso when a new version is pushed / test (push) Has been cancelled

This commit is contained in:
2025-07-15 12:37:05 +02:00
parent 116e81d080
commit 66b67b9b03
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@
boot.extraModulePackages = with config.boot.kernelPackages; [ kvmfr ];
boot.kernelModules = [ "kvmfr" ];
boot.extraModprobeConfig = ''
options kvmfr static_size_mb=32
options kvmfr static_size_mb=128
blacklist xpad
'';
virtualisation.libvirtd.qemu.verbatimConfig = ''