From ea44496119c0f87bf5937d277367d3673eeb17b1 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 16 Jan 2023 10:04:32 +0100 Subject: [PATCH] Thor: switch to latest kernel --- thor/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thor/configuration.nix b/thor/configuration.nix index eaf8e49..000b109 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -2,7 +2,7 @@ with lib; { boot = { binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ]; - # kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_latest; extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ]; loader = { systemd-boot.enable = true;