cachy test

This commit is contained in:
mjallen18
2025-12-10 10:49:41 -06:00
parent a5eba8ec68
commit 96c3a34449
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
...
}:
let
kernel = pkgs.linuxPackages_cachyos;
kernel = pkgs.linuxPackages_cachyos-server;
in
{
# Configure bootloader with lanzaboot and secureboot

View File

@@ -1,6 +1,6 @@
{ config, pkgs, ... }:
let
kernel = pkgs.linuxPackages_latest;
kernel = pkgs.linuxPackages_cachyos;
pkgsVersion = pkgs; # .unstable;
in
{