1
0
Fork 0
forked from foxora/nix

hopefully fixed nvme issue

This commit is contained in:
foxora 2026-03-07 21:05:42 +00:00
parent 2a66cb0014
commit cf23725f2f
4 changed files with 42 additions and 45 deletions

View file

@ -33,9 +33,11 @@
"initcall_blacklist=simpledrm_platform_driver_init"
"fbcon=map:0"
# fixes nvme drive not waking up
# "nvme_core.default_ps_max_latency_us=0"
# "pcie_port_pm=off"
# stops kernel from setting power states on nvme drives because it keeps
# disconnecting my drive and my system locks up
"nvme_core.default_ps_max_latency_us=0"
"pcie_aspm=off"
"pcie_port_pm=off"
];
extraModulePackages = with kernelPackages; [v4l2loopback];