From b283cac6ca39add2badef727e3c9b513700c241a Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 8 Apr 2023 15:55:41 +0200 Subject: [PATCH] Thor: switch to kernel 6.1 --- thor/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/thor/configuration.nix b/thor/configuration.nix index a49a1e3..6cc75e6 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -3,6 +3,7 @@ with lib; { boot = { binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ]; # kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_6_1; extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ]; loader = { systemd-boot.enable = true;