Thor: switch to kernel 6.1

This commit is contained in:
Filippo Berto 2023-04-08 15:55:41 +02:00
parent b41d8ceaea
commit b283cac6ca
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -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;