ytnix: downgrade kernel to 6.12
https://github.com/tomaspinho/rtl8821ce/issues/356
This commit is contained in:
parent
579a3ada77
commit
b219d4d5de
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue