summaryrefslogtreecommitdiffstats
path: root/lenovo
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-12-31 16:15:24 +0000
committerGitHub <noreply@github.com>2019-12-31 16:15:24 +0000
commit89c4ddb0e60e5a643ab15f68b2f4ded43134f492 (patch)
treee264fe4fcbfa3169dba7c995ce1bb86559a68545 /lenovo
parentc3b2ac63ff06e5dd4fa66f75bfab7892b3edfdc5 (diff)
parent1d746f22983f050af004a3ebca90651c2c6d1464 (diff)
Merge pull request #137 from mishudark/x280
Add Lenovo ThinkPad X280 profile
Diffstat (limited to 'lenovo')
-rw-r--r--lenovo/thinkpad/x280/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/lenovo/thinkpad/x280/default.nix b/lenovo/thinkpad/x280/default.nix
new file mode 100644
index 0000000..a9423e5
--- /dev/null
+++ b/lenovo/thinkpad/x280/default.nix
@@ -0,0 +1,12 @@
+{ config, pkgs, lib, ... }:
+
+{
+ imports = [
+ ../.
+ ../../../common/cpu/intel
+ ../../../common/pc/laptop/acpi_call.nix
+ ../../../common/pc/laptop/ssd/default.nix
+ ];
+
+ services.throttled.enable = lib.mkDefault true;
+}