update cachy kernel

This commit is contained in:
mjallen18
2025-12-10 13:53:35 -06:00
parent 96c3a34449
commit 89c5d60be3
4 changed files with 7 additions and 6 deletions

View File

@@ -101,6 +101,6 @@
# # Boot # #
# ###################################################
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_cachyos-server;
}