idk man
This commit is contained in:
@@ -53,16 +53,4 @@ in
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
specialisation =
|
||||
let
|
||||
kernel = pkgs.${namespace}.linuxPackages_cachyos-asahi-lto;
|
||||
in
|
||||
{
|
||||
"cachyos-asahi".configuration = {
|
||||
boot = {
|
||||
kernelPackages = lib.mkOverride 90 kernel;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
kernel = pkgs.${namespace}.linuxPackages_cachyos-server-lto-znver4;
|
||||
kernel = pkgs.${namespace}.linuxPackages_cachyos-lto-znver4;
|
||||
in
|
||||
{
|
||||
# Configure bootloader with lanzaboot and secureboot
|
||||
|
||||
Reference in New Issue
Block a user