This commit is contained in:
mjallen18
2026-02-23 18:13:56 -06:00
parent 2e0d6aebb5
commit 4c5118c181
5 changed files with 215 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
...
}:
let
kernel = pkgs.${namespace}.linuxPackages_cachyos-lto-znver4;
kernel = pkgs.${namespace}.linuxPackages_cachyos-rc-lto-znver4;
pkgsVersion = pkgs; # .unstable;
in
{
@@ -43,6 +43,8 @@ in
kernelPackages = kernel;
bcachefs.package = pkgs.${namespace}.bcachefs;
kernelParams = [
# needed cause ssd powersaving is broken af I guess
"nvme_core.default_ps_max_latency_us=0"

View File

@@ -88,6 +88,11 @@
# };
specialisation = {
"linux_cachyos-lto".configuration = {
boot = {
kernelPackages = lib.mkOverride 90 pkgs.${namespace}.linuxPackages_cachyos-lto-znver4;
};
};
"cosmic" = {
configuration = {
${namespace} = {