fix(libra): Manually set kernel params

This commit is contained in:
Jalil David Salamé Messina 2024-01-19 19:16:55 +01:00
parent 8bae19bbd7
commit b1da425beb
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -9,7 +9,7 @@
nixos-hardware.nixosModules.common-pc-laptop
nixos-hardware.nixosModules.common-pc-laptop-ssd
# nixos-hardware.nixosModules.common-cpu-amd-pstate
nixos-hardware.nixosModules.common-cpu-amd-raphael-igpu
nixos-hardware.nixosModules.common-cpu-amd-raphael-igpu # not working?
nixos-hardware.nixosModules.common-gpu-amd
];
@ -20,6 +20,7 @@
};
boot.kernelPackages = pkgs.linuxPackages_6_6;
boot.kernelParams = [ "amdgpu.sg_display=0" ];
hardware.opengl.enable = true;
hardware.bluetooth.enable = true;