mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +05:30
Removed proprietary amd gpu driver
This commit is contained in:
parent
9c342040ef
commit
b6a9b4e11f
|
@ -8,10 +8,10 @@
|
||||||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" "usb_storage" "sd_mod" "kvm-amd" "amdgpu" ];
|
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" "usb_storage" "sd_mod" ];
|
||||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-amd" "amdgpu" ];
|
boot.kernelModules = [ "kvm-amd" ];
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower amdgpu-pro ];
|
boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower ];
|
||||||
hardware.opengl.extraPackages = [ pkgs.amdvlk ];
|
hardware.opengl.extraPackages = [ pkgs.amdvlk ];
|
||||||
hardware.opengl.extraPackages32 = [ pkgs.driversi686Linux.amdvlk ];
|
hardware.opengl.extraPackages32 = [ pkgs.driversi686Linux.amdvlk ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue