load the amdgpu kernel module in options/common/cpu/amd.nix
This commit is contained in:
parent
b65e733c8e
commit
29fd5eac4c
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
_: {
|
_: {
|
||||||
hardware.cpu.amd.updateMicrocode = true;
|
hardware.cpu.amd.updateMicrocode = true;
|
||||||
|
|
||||||
|
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||||
|
|
||||||
# services.auto-epp = {
|
# services.auto-epp = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# settings.Settings = {
|
# settings.Settings = {
|
||||||
|
|
Loading…
Reference in a new issue