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

@ -22,4 +22,5 @@ iso :
rm -rf result rm -rf result
cleanup : cleanup :
sudo nix-collect-garbage -d sudo nix-collect-garbage -d --delete-older-than 1d
nix-store --optimize -vv

View File

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