From 265d5fd97e7746101ade404b5603027033e5c4a5 Mon Sep 17 00:00:00 2001 From: devhell Date: Mon, 24 Jun 2019 15:12:38 +0100 Subject: machines/gunnr: Remove powertop Makes little sense on this machine and only provokes weird behavior obviously. Don't know why I even put it in the first place. --- machines/devhell/gunnr.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix index f462427a..7d8b07db 100644 --- a/machines/devhell/gunnr.nix +++ b/machines/devhell/gunnr.nix @@ -64,11 +64,6 @@ }; }; - powerManagement = { - powertop.enable = true; - cpuFreqGovernor = "ondemand"; - }; - nix = { maxJobs = lib.mkDefault 16; extraOptions = '' -- cgit 1.4.1