chore: update.

This commit is contained in:
CronyAkatsuki 2025-09-03 18:07:08 +02:00
parent 352698c496
commit 1d520a9baa
3 changed files with 50 additions and 49 deletions

View file

@ -19,7 +19,7 @@
boot.binfmt.emulatedSystems = ["aarch64-linux"];
# Use the xanmod kernel
boot.kernelPackages = pkgs.linuxPackages_cachyos;
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
services.scx = {
enable = true;
package = pkgs.scx_git.full;
@ -173,7 +173,7 @@
crony.wireguard.enable = true;
crony.additional-hardware.enable = true;
crony.secrets.enable = true;
crony.ryzenadj.enable = true;
crony.ryzenadj.enable = false;
crony.auto-cpufreq.enable = true;
crony.hyprland-nixos.enable = true;
crony.ollama.enable = false;