From a9d9e013a8c1419197aff0f5927b4b7c2e2fde68 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 15 Aug 2024 10:12:27 +0200 Subject: [PATCH] feat: move to latest linux --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index ba27476..f032531 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -16,7 +16,7 @@ ]; boot = rec { - kernelPackages = pkgs.linuxPackages_6_8; + kernelPackages = pkgs.linuxPackages_latest; extraModulePackages = with kernelPackages; [ v4l2loopback ];