machine(Tytonidae,Akun): Change linux kernel for cachyos-lto

This commit is contained in:
ulic-youthlic 2025-06-11 08:55:39 +08:00
parent 23a3c2dabe
commit 3d1db4930f
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 4 additions and 2 deletions

View file

@ -63,9 +63,10 @@
environment.variables.EDITOR = "hx";
services.dbus.implementation = "broker";
services.scx.enable = true;
boot = {
kernelPackages = pkgs.linuxPackages_zen;
kernelPackages = pkgs.linuxPackages_cachyos-lto;
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
};

View file

@ -97,9 +97,10 @@
environment.variables.EDITOR = "hx";
services.dbus.implementation = "broker";
services.scx.enable = true;
boot = {
kernelPackages = pkgs.linuxPackages_zen;
kernelPackages = pkgs.linuxPackages_cachyos-lto;
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
initrd.systemd.enable = true;