Compare commits

..

No commits in common. "b5aa5c63005eadda70aa4012ae88cd05f099ebc6" and "20413619672c4c7ce3490aca95b7160358a78178" have entirely different histories.

1 changed files with 1 additions and 5 deletions

View File

@ -3,8 +3,6 @@
{ {
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader = { boot.loader = {
timeout = 5; timeout = 5;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
@ -23,11 +21,9 @@
powerManagement = { powerManagement = {
enable = true; enable = true;
powertop.enable = true; cpuFreqGovernor = "conservative";
}; };
services.tlp.enable = true;
services.acpid = { services.acpid = {
enable = true; enable = true;
logEvents = true; logEvents = true;