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
Some checks failed
Build iso when a new version is pushed / test (push) Has been cancelled
This commit is contained in:
3
Makefile
3
Makefile
@ -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
|
||||||
|
@ -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 = ''
|
||||||
|
Reference in New Issue
Block a user