mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: add performance profile, move things around somewhat
This commit is contained in:
parent
2189d0592f
commit
e16019c75b
7 changed files with 45 additions and 66 deletions
4
nixos/profiles/performance/kernel.nix
Normal file
4
nixos/profiles/performance/kernel.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
boot.zfs.package = pkgs.zfs_cachyos;
|
||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue