feat: set linux kernel versions appropriately

This commit is contained in:
uku 2025-01-22 13:47:54 +01:00
parent e0bc8eefa8
commit 2049827fc3
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 5 additions and 3 deletions

View file

@ -16,8 +16,6 @@
];
boot = {
kernelPackages = pkgs.linuxPackages_latest;
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
kernelModules = [ "v4l2loopback" ];