Add amdgpu module at boot.

This commit is contained in:
CronyAkatsuki 2025-02-01 08:29:40 +01:00
parent f5aeec9c23
commit bd5f04a391

View File

@ -25,6 +25,10 @@
enable32Bit = true;
};
# Try to fix amdgpu
boot.initrd.kernelModules = ["amdgpu"];
services.xserver.videoDrivers = ["amdgpu"];
# Enable networking
networking.networkmanager.enable = true;