Update configuration.nix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user