checkpoint lol

This commit is contained in:
mjallen18
2025-12-29 15:13:52 -06:00
parent 67fb7d7323
commit 82e062a7e8
15 changed files with 394 additions and 144 deletions

View File

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

View File

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

View File

@@ -101,6 +101,6 @@
# # Boot # #
# ###################################################
boot.kernelPackages = pkgs.linuxPackages_cachyos-server-lto-znver4;
boot.kernelPackages = pkgs.${namespace}.linuxPackages_cachyos-server-lto-znver4;
}

View File

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