Hardware + filesystem optimzations (I think..)

This commit is contained in:
Emmet 2024-01-01 21:55:19 -06:00
parent 4eb54c3fe6
commit e738c2475b
5 changed files with 26 additions and 7 deletions

View file

@ -2,6 +2,7 @@
{
boot.kernelPackages = pkgs.linuxPackages_zen;
boot.consoleLogLevel = 0;
boot.extraModulePackages = with config.boot.kernelPackages; [
zenpower
];