use xanmod kernel on laptop
This commit is contained in:
parent
c3d89a6151
commit
ef0fb60dc5
@ -1,11 +1,10 @@
|
|||||||
{ inputs, config, pkgs, lib, ... }:
|
{ inputs, config, pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
zfs_arc_max = toString (2 * 1024 * 1024 * 1024);
|
zfs_arc_max = toString (2 * 1024 * 1024 * 1024);
|
||||||
chaoticPkgs = inputs.chaotic.packages.${pkgs.hostPlatform.system};
|
|
||||||
in {
|
in {
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = chaoticPkgs.linuxPackages_cachyos;
|
kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||||
zfs.package = chaoticPkgs.zfs_cachyos;
|
zfs.package = pkgs.zfs_unstable;
|
||||||
|
|
||||||
initrd = {
|
initrd = {
|
||||||
supportedFilesystems = [ "zfs" ];
|
supportedFilesystems = [ "zfs" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user