host/home: use unstable kernel to use rtl88x2bu driver
This commit is contained in:
parent
b971fa4384
commit
c6deb6543b
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
|
||||
# Configure kernel
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_6_1;
|
||||
# I cannot use rtl88x2bu driver in stable
|
||||
kernelPackages = pkgs.unstable.linuxPackages_6_1;
|
||||
extraModulePackages = with config.boot.kernelPackages; [
|
||||
rtl88x2bu
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue