This commit is contained in:
2025-02-22 20:38:19 -05:00
parent 078e9dd984
commit 3766f3960a
6 changed files with 61 additions and 47 deletions

View File

@@ -59,7 +59,8 @@
};
boot = {
kernelPackages = pkgs.linuxPackages;
# 6.12 LTS until 2027
kernelPackages = pkgs.linuxPackages_6_12;
loader = {
# Use the systemd-boot EFI boot loader.