mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix: won't boot on amdgpu
must be required linux firmware blobs
This commit is contained in:
parent
713b835f70
commit
f67a44fa87
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user