steveej-t14: enable brave and use amdgpu videodriver

This commit is contained in:
steveej 2021-01-30 18:03:29 +01:00
parent 600a08ce6d
commit 1c845922c1
5 changed files with 12 additions and 6 deletions

View file

@ -3,8 +3,7 @@
let
stage1Modules = [
"aesni_intel"
"kvm-intel"
"aes_x86_64"
"kvm_amd"
"nvme"
"nvme_core"
@ -27,5 +26,6 @@ in
# boot.initrd.availableKernelModules = stage1Modules;
boot.initrd.kernelModules = stage1Modules;
boot.extraModprobeConfig = ''
options kvm_amd nested=1;
'';
}