Skip to content

Commit

Permalink
hosts/sankyuu-nixos: switch to linux_zen
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 16, 2023
1 parent 837574e commit e59c33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/sankyuu-nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ in
};
};

boot.kernelPackages = pkgs.linuxKernel.packages.linux_lqx;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;

fileSystems."/".options = [ "compress=zstd" ];
fileSystems."/home".options = [ "compress=zstd" ];
Expand Down

0 comments on commit e59c33a

Please sign in to comment.