Move amdgpu stuff to module.

This commit is contained in:
CronyAkatsuki 2025-02-01 18:24:16 +01:00
parent b97d67044d
commit 68c3f36e2b
3 changed files with 17 additions and 3 deletions

View file

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