feat(desktop): use recent kernel
This commit is contained in:
parent
3e3af69560
commit
5331f9b8a4
3 changed files with 4 additions and 2 deletions
|
@ -22,6 +22,8 @@
|
|||
];
|
||||
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];
|
||||
kernelModules = ["v4l2loopback"];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue