From 3e037d39c32908e02051fc54e67f309bf4d65ecb Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 23 Jan 2023 21:06:46 +0100 Subject: [PATCH] Thor: switch to stable kernel --- thor/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thor/configuration.nix b/thor/configuration.nix index 09359f5..926a677 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;