fix(nix): configure for dvr
This commit is contained in:
parent
401c441aba
commit
d48a1cd856
3 changed files with 23 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
boot.initrd.availableKernelModules =
|
||||
[ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "usbhid" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue