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

@@ -22,6 +22,7 @@ in
deadnix deadnix
lm_sensors lm_sensors
nano nano
nix-prefetch-scripts
nixfmt-rfc-style nixfmt-rfc-style
pciutils pciutils
protonup-ng protonup-ng

View File

@@ -8,13 +8,13 @@
}, },
"_config": "latest commit from https://github.com/CachyOS/linux-cachyos/commits/master/linux-cachyos", "_config": "latest commit from https://github.com/CachyOS/linux-cachyos/commits/master/linux-cachyos",
"config": { "config": {
"rev": "acf85ecb3d8a03fb9fd3160ce6d9bdb05ef1c124", "rev": "5c8cf82f0ea40b72aec3fcbc58b449ca3b7cd372",
"hash": "sha256-FgEoeJWSlq3keIsY8WAjudBX49MWvTKoLZBuyiPpp5k=" "hash": "sha256-dAGAdWms3poNhxPniYU3YmxFeJ9ngfBhakMQwCnCV/w="
}, },
"_patches": "latest commit from https://github.com/CachyOS/kernel-patches/commits/master/x.y", "_patches": "latest commit from https://github.com/CachyOS/kernel-patches/commits/master/x.y",
"patches": { "patches": {
"rev": "0ac7e72d6b9f973a1682806d0166042869aa4144", "rev": "6dfdbc7f8f3ee4d9f5dc8adfb0672ef5d8e1e3d5",
"hash": "sha256-0hQy5EoDK2p/smbzg1QOoJVV7oapnGr3Tu4KT8tU9xw=" "hash": "sha256-TJJKd86jDyighG3Jx8MNyiuQTpEIMAsA2GkWpqttwFg="
}, },
"_zfs": "search for `git+https://github.com/cachyos/zfs.git` in config's PKGBUILD", "_zfs": "search for `git+https://github.com/cachyos/zfs.git` in config's PKGBUILD",
"zfs": { "zfs": {

View File

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

View File

@@ -1,6 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
let let
kernel = pkgs.linuxPackages_latest; kernel = pkgs.linuxPackages_cachyos;
in in
{ {
# Configure bootloader with lanzaboot and secureboot # Configure bootloader with lanzaboot and secureboot