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