This commit is contained in:
mjallen18
2025-12-09 16:05:59 -06:00
parent 70a54b208e
commit 4b53a89030
11 changed files with 267 additions and 223 deletions

View File

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

View File

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