Update configuration.nix
This commit is contained in:
@@ -21,6 +21,13 @@
|
|||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
boot.initrd.verbose = false;
|
boot.initrd.verbose = false;
|
||||||
|
|
||||||
|
# Explicit graphics fallback for unknown hardware
|
||||||
|
boot.initrd.kernelModules = [
|
||||||
|
"i915"
|
||||||
|
"amdgpu"
|
||||||
|
"nouveau"
|
||||||
|
];
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [
|
boot.initrd.availableKernelModules = [
|
||||||
"usb_storage"
|
"usb_storage"
|
||||||
"xhci_hcd"
|
"xhci_hcd"
|
||||||
|
|||||||
Reference in New Issue
Block a user