forked from foxora/nix
nvme ssd power stage bug? switched to 6.12 on nixarawrui <3
This commit is contained in:
parent
ff97832d9f
commit
be96d1dbf7
1 changed files with 6 additions and 3 deletions
|
|
@ -23,8 +23,8 @@
|
||||||
# kernelPackages = upkgs.cachyosKernels.linuxPackages-cachyos-latest-lto-x86_64-v4;
|
# kernelPackages = upkgs.cachyosKernels.linuxPackages-cachyos-latest-lto-x86_64-v4;
|
||||||
# TODO: idk make this a toggle or smth idfk
|
# TODO: idk make this a toggle or smth idfk
|
||||||
# kernelPackages = upkgs.linuxPackages_zen;
|
# kernelPackages = upkgs.linuxPackages_zen;
|
||||||
# FIX: it said my disk was full
|
# FIX: kernel bug
|
||||||
kernelPackages = upkgs.linuxPackages_latest;
|
kernelPackages = upkgs.linuxPackages_6_12;
|
||||||
kernelModules = ["v4l2loopback"];
|
kernelModules = ["v4l2loopback"];
|
||||||
# force kernel to use dGPU
|
# force kernel to use dGPU
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
|
|
@ -32,7 +32,10 @@
|
||||||
"video=PCI:0000:03:00.0:e"
|
"video=PCI:0000:03:00.0:e"
|
||||||
"initcall_blacklist=simpledrm_platform_driver_init"
|
"initcall_blacklist=simpledrm_platform_driver_init"
|
||||||
"fbcon=map:0"
|
"fbcon=map:0"
|
||||||
"pci=assign-busses"
|
|
||||||
|
# fixes nvme drive not waking up
|
||||||
|
# "nvme_core.default_ps_max_latency_us=0"
|
||||||
|
# "pcie_port_pm=off"
|
||||||
];
|
];
|
||||||
extraModulePackages = with kernelPackages; [v4l2loopback];
|
extraModulePackages = with kernelPackages; [v4l2loopback];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue