fix(libra): Comment out kernel params
nixos-hardware should provide those
This commit is contained in:
parent
db8bae6f31
commit
96008a0fcc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue