From f3e53ceb4a1582529a26d0ab37730b10c0a05cc8 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 12 Oct 2022 10:35:40 +0200 Subject: [PATCH] Switch to stable kernel for thor --- thor/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thor/configuration.nix b/thor/configuration.nix index 813bb7b..22e8f3c 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;