diff --git a/configuration.nix b/configuration.nix index 2f5a26a..c8a2693 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,6 +21,13 @@ boot.initrd.systemd.enable = true; boot.initrd.verbose = false; + # Explicit graphics fallback for unknown hardware + boot.initrd.kernelModules = [ + "i915" + "amdgpu" + "nouveau" + ]; + boot.initrd.availableKernelModules = [ "usb_storage" "xhci_hcd"