steveej-t14: enable brave and use amdgpu videodriver
This commit is contained in:
parent
600a08ce6d
commit
1c845922c1
5 changed files with 12 additions and 6 deletions
|
@ -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;
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue