From de805f9e99dde45f46242c295035f102febbff6f Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 3 Aug 2022 19:40:13 +0200 Subject: slylandro: Initialise amdgpu module early in boot The amdgpu module is initialised at roughly the same time as the X server, which sometimes leads into race conditions where X won't start because the kernel driver is not yet loaded. Signed-off-by: aszlig --- machines/aszlig/slylandro.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines') diff --git a/machines/aszlig/slylandro.nix b/machines/aszlig/slylandro.nix index 4b0aa362..de678cb7 100644 --- a/machines/aszlig/slylandro.nix +++ b/machines/aszlig/slylandro.nix @@ -11,6 +11,7 @@ initrd = { availableKernelModules = [ "xhci_pci" "ahci" "nvme" ]; + kernelModules = [ "amdgpu" ]; luks.devices = { slylandro-swap = { device = "/dev/disk/by-uuid/30904e53-cc8f-4039-9244-fc648dc6f801"; -- cgit 1.4.1