Switch to stable kernel for thor

This commit is contained in:
Filippo Berto 2022-10-12 10:35:40 +02:00
parent af088bf87f
commit f3e53ceb4a
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

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