1
0
Fork 0

fix(nix): configure for dvr

This commit is contained in:
Lucas Sta Maria 2025-07-27 11:25:21 +00:00
parent 401c441aba
commit d48a1cd856
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
3 changed files with 23 additions and 3 deletions

View file

@ -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 = [ ];