Add amdgpu module at boot.
This commit is contained in:
parent
f5aeec9c23
commit
bd5f04a391
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue