host/home: use unstable kernel to use rtl88x2bu driver

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-31 17:36:24 +03:00
parent b971fa4384
commit c6deb6543b
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -15,7 +15,8 @@
# Configure kernel # Configure kernel
boot = { boot = {
kernelPackages = pkgs.linuxPackages_6_1; # I cannot use rtl88x2bu driver in stable
kernelPackages = pkgs.unstable.linuxPackages_6_1;
extraModulePackages = with config.boot.kernelPackages; [ extraModulePackages = with config.boot.kernelPackages; [
rtl88x2bu rtl88x2bu
]; ];