From 3b8b13cfb44e919e834b6b393fd66130053c0a16 Mon Sep 17 00:00:00 2001 From: devhell Date: Mon, 4 Dec 2017 14:32:19 +0000 Subject: machines/titan: Add powertop auto-tuning I find myself turning this on manually more and more, so might as well turn it on automatically. --- machines/devhell/titan.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix index 0b9c39bf..68099559 100644 --- a/machines/devhell/titan.nix +++ b/machines/devhell/titan.nix @@ -61,7 +61,10 @@ networking.useNetworkd= true; networking.nameservers = [ "127.0.0.1" ]; - powerManagement.cpuFreqGovernor = "powersave"; + powerManagement = { + powertop.enable = true; + cpuFreqGovernor = "powersave"; + }; virtualisation.docker.enable = true; -- cgit 1.4.1