machine(Tytonidae,Akun): Use cachyos kernel instead of cachyos-lto

Chaotic/nyx don't maintain the kernel module in cachyos-lto.
This commit is contained in:
ulic-youthlic 2025-06-11 22:13:26 +08:00
parent 64fe1dbc80
commit 5dd24e33cf
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@
services.scx.enable = true;
boot = {
kernelPackages = pkgs.linuxPackages_cachyos-lto;
kernelPackages = pkgs.linuxPackages_cachyos;
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
};

View file

@ -100,7 +100,7 @@
services.scx.enable = true;
boot = {
kernelPackages = pkgs.linuxPackages_cachyos-lto;
kernelPackages = pkgs.linuxPackages_cachyos;
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
initrd.systemd.enable = true;