summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-06-20 13:38:36 +0200
committerAdrian Kummerlaender2018-06-20 13:38:36 +0200
commitc52d8b3b42418db6e99e9406de6e1f9707c578c5 (patch)
tree7e6d3130d78fcba16f4e8366360aaf65ee8e8372
parent05517638bd27687691bfa22ee410e49bf0f2eece (diff)
downloadnixos_system-c52d8b3b42418db6e99e9406de6e1f9707c578c5.tar
nixos_system-c52d8b3b42418db6e99e9406de6e1f9707c578c5.tar.gz
nixos_system-c52d8b3b42418db6e99e9406de6e1f9707c578c5.tar.bz2
nixos_system-c52d8b3b42418db6e99e9406de6e1f9707c578c5.tar.lz
nixos_system-c52d8b3b42418db6e99e9406de6e1f9707c578c5.tar.xz
nixos_system-c52d8b3b42418db6e99e9406de6e1f9707c578c5.tar.zst
nixos_system-c52d8b3b42418db6e99e9406de6e1f9707c578c5.zip
Enable basic power usage optimization on asterix
-rw-r--r--host/asterix.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/asterix.nix b/host/asterix.nix
index 59ff5ca..ad279ca 100644
--- a/host/asterix.nix
+++ b/host/asterix.nix
@@ -31,4 +31,6 @@
palmDetect = true;
};
};
+
+ powerManagement.powertop.enable = true;
}