summaryrefslogtreecommitdiffstats
path: root/nixos/hardware/lenovo/thinkpad/t440s/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hardware/lenovo/thinkpad/t440s/default.nix')
-rw-r--r--nixos/hardware/lenovo/thinkpad/t440s/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/nixos/hardware/lenovo/thinkpad/t440s/default.nix b/nixos/hardware/lenovo/thinkpad/t440s/default.nix
deleted file mode 100644
index c40ad90f9b3d..000000000000
--- a/nixos/hardware/lenovo/thinkpad/t440s/default.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ 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" ];
- };
-}