moby: document kernel compatibility

This commit is contained in:
Colin 2024-05-21 22:54:11 +00:00
parent ea8eaaa91a
commit 5952c275a0

View File

@ -40,6 +40,9 @@ let
'';
in
{
# kernel compatibility (2024/05/21: ea8eaaa91ad0b5a1716e69aad65d61e7cb2e7353)
# - linux-megous: boots to ssh, desktop
# - linux-postmarketos: boots to ssh, no graphics
# boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux-postmarketos;
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux-megous;
# boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux-manjaro;