treewide: kernel changes to match upstream

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-09-07 14:09:34 +03:00
parent 6437b2c545
commit fe2a82a05b
No known key found for this signature in database
3 changed files with 1 additions and 7 deletions

View file

@ -17,7 +17,7 @@
};
};
kernelPackages = pkgs.linuxPackages_cachyos;
kernelPackages = pkgs.linuxPackages_cachyos-gcc;
extraModulePackages = with config.boot.kernelPackages; [
zenpower
v4l2loopback
@ -29,10 +29,6 @@
"v4l2loopback"
];
extraModprobeConfig = ''
options v4l2loopback devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1
'';
kernelParams = [
"amd_pstate=guided"
"udev.log_priority=3"