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;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader = {
timeout = 5;
efi.canTouchEfiVariables = true;
@ -23,11 +21,9 @@
powerManagement = {
enable = true;
powertop.enable = true;
cpuFreqGovernor = "conservative";
};
services.tlp.enable = true;
services.acpid = {
enable = true;
logEvents = true;