summaryrefslogtreecommitdiffstats
path: root/lenovo/thinkpad
diff options
context:
space:
mode:
Diffstat (limited to 'lenovo/thinkpad')
-rw-r--r--lenovo/thinkpad/t440s/default.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/lenovo/thinkpad/t440s/default.nix b/lenovo/thinkpad/t440s/default.nix
new file mode 100644
index 0000000..c40ad90
--- /dev/null
+++ b/lenovo/thinkpad/t440s/default.nix
@@ -0,0 +1,14 @@
+{ config, lib, pkgs, ... }:
+
+{
+ imports = [
+ ../.
+ ../../../common/cpu/intel
+ ../../../common/pc/laptop/acpi_call.nix
+ ];
+
+ boot = {
+ # TODO: probably enable tcsd? Is this line necessary?
+ kernelModules = [ "tpm-rng" ];
+ };
+}