Add amdgpu module at boot.
This commit is contained in:
parent
f5aeec9c23
commit
bd5f04a391
@ -25,6 +25,10 @@
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
# Try to fix amdgpu
|
||||
boot.initrd.kernelModules = ["amdgpu"];
|
||||
services.xserver.videoDrivers = ["amdgpu"];
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user