Trying to fix gsp not loading

This commit is contained in:
CronyAkatsuki 2024-03-01 14:41:37 +01:00
parent 8bf5603afc
commit 5fc2467b25

View File

@ -124,7 +124,7 @@
hardware.opentabletdriver.enable = true; hardware.opentabletdriver.enable = true;
# load amdgpu and nouveau at boot # load amdgpu and nouveau at boot
boot.initrd.kernelModules = [ "amdgpu" ]; boot.initrd.kernelModules = [ "nouveau" "amdgpu" ];
# Load nvidia driver for Xorg and Wayland # Load nvidia driver for Xorg and Wayland
services.xserver.videoDrivers = [ "amdgpu" ]; services.xserver.videoDrivers = [ "amdgpu" ];