feat: drop chaotic-nyx; drop proton-ge-custom; linux-cachyos -> linux-xanmod

R.I.P. chaotic-nyx 😢
This commit is contained in:
2025-12-07 16:34:21 +08:00
parent 17c5344666
commit cb5c3eff2e
6 changed files with 84 additions and 223 deletions

View File

@@ -18,15 +18,17 @@ in
];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
services.scx.enable = true;
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_xanmod_latest;
services.scx = {
enable = true;
scheduler = "scx_rusty";
};
boot.extraModulePackages = [ ];
boot.tmp.useTmpfs = true;
boot.supportedFilesystems = [ "zfs" ];
boot.zfs = {
extraPools = [ "data" ];
forceImportRoot = false;
package = pkgs.zfs_cachyos;
};
services.zfs.autoScrub.enable = true;
services.btrfs.autoScrub.enable = true;