Thor: switch to latest kernel

This commit is contained in:
Filippo Berto 2023-01-16 10:04:32 +01:00
parent a6863bb1e3
commit ea44496119
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -2,7 +2,7 @@
with lib; { with lib; {
boot = { boot = {
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ]; binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
# kernelPackages = pkgs.linuxPackages_latest; kernelPackages = pkgs.linuxPackages_latest;
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ]; extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
loader = { loader = {
systemd-boot.enable = true; systemd-boot.enable = true;