ytnix: downgrade kernel to 6.12

https://github.com/tomaspinho/rtl8821ce/issues/356
This commit is contained in:
cy 2025-02-05 14:12:59 -05:00
parent 579a3ada77
commit b219d4d5de
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -53,7 +53,8 @@
efi.canTouchEfiVariables = false; # toggle when installing
};
tmp.cleanOnBoot = true;
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
# upgrade after https://github.com/tomaspinho/rtl8821ce/issues/356 is fixed
kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
extraModulePackages = with config.boot.kernelPackages; [
rtl8821ce
];