fix(libra): Comment out kernel params

nixos-hardware should provide those
This commit is contained in:
Jalil David Salamé Messina 2024-02-18 15:37:30 +01:00
parent db8bae6f31
commit 96008a0fcc
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -20,7 +20,7 @@
};
# boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [ "amdgpu.sg_display=0" "amdgpu.dcdebugmask=0x10" ];
# boot.kernelParams = [ "amdgpu.sg_display=0" "amdgpu.dcdebugmask=0x10" ];
hardware.opengl.enable = true;
hardware.bluetooth.enable = true;