Update configuration.nix

This commit is contained in:
ska
2026-01-03 00:10:31 +00:00
parent 2161eb6f3e
commit a111bc0167

View File

@@ -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"