mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 06:50:13 +00:00
fix: won't boot on amdgpu
must be required linux firmware blobs
This commit is contained in:
@ -24,6 +24,7 @@ nixpkgs.lib.nixosSystem {
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
hardware.fancontrol.enable = true;
|
||||
|
Reference in New Issue
Block a user