feat: move to latest linux

This commit is contained in:
Noa Aarts 2024-08-15 10:12:27 +02:00
parent 694246a1dd
commit a9d9e013a8

View file

@ -16,7 +16,7 @@
];
boot = rec {
kernelPackages = pkgs.linuxPackages_6_8;
kernelPackages = pkgs.linuxPackages_latest;
extraModulePackages = with kernelPackages; [
v4l2loopback
];