diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-17 12:23:26 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-17 12:23:26 +0530 | 
| commit | 2f3d3f02c42839890a692b63d7ea6433060e34d9 (patch) | |
| tree | c774525701f1ce368fe70f16ca66f0cebd75b844 /modules/amd.nix | |
| parent | 9cb4903aa9c90b7b0f88fe1f954e7474247c06d2 (diff) | |
Update
Diffstat (limited to 'modules/amd.nix')
| -rw-r--r-- | modules/amd.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/amd.nix b/modules/amd.nix index 351318c..dcbcaa2 100644 --- a/modules/amd.nix +++ b/modules/amd.nix @@ -3,6 +3,6 @@ let    kver = config.boot.kernelPackages.kernel.version;  in  { -  boot.kernelParams = [ "amd_pstate=active" "amd_iommu=on" "amdgpu.sg_display=0" ]; +  boot.kernelParams = [ "amd_pstate=active" "amd_iommu=on" /* "amdgpu.sg_display=0" */ ];    hardware.cpu.amd.updateMicrocode = config.hardware.enableRedistributableFirmware;  } | 
