Thor: switch to stable kernel

This commit is contained in:
Filippo Berto 2023-01-23 21:06:46 +01:00
parent 5e549b1c13
commit 3e037d39c3
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;