core/boot: use stable linux kernel

This commit is contained in:
Anthony Rodriguez 2025-01-28 19:51:14 +01:00
parent a28174f516
commit 250b8b0694
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -26,7 +26,5 @@
"systemd.show_status=auto"
"rd.udev.log_level=3"
];
kernelPackages = pkgs.linuxPackages_latest;
};
}