load the amdgpu kernel module in options/common/cpu/amd.nix

This commit is contained in:
jacekpoz 2024-03-02 23:42:49 +01:00
parent b65e733c8e
commit 29fd5eac4c
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -1,6 +1,8 @@
_: {
hardware.cpu.amd.updateMicrocode = true;
boot.initrd.kernelModules = [ "amdgpu" ];
# services.auto-epp = {
# enable = true;
# settings.Settings = {