Odin: switch to default kernel
This commit is contained in:
parent
0d6fc2da24
commit
e6f1faabc9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ with lib; {
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.initrd.checkJournalingFS = true;
|
||||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_1;
|
||||
# boot.kernelPackages = pkgs.linuxPackages_6_1;
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
||||
|
||||
# # Cross-build arm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue