Odin: keep stable kernel
This commit is contained in:
parent
55a58b8314
commit
20d7a2d6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ with lib; {
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.initrd.checkJournalingFS = true;
|
boot.initrd.checkJournalingFS = true;
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
||||||
|
|
||||||
# # Cross-build arm
|
# # Cross-build arm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue