summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw/tpm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/hw/tpm.nix')
-rw-r--r--makefu/2configs/hw/tpm.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefu/2configs/hw/tpm.nix b/makefu/2configs/hw/tpm.nix
new file mode 100644
index 00000000..29e19e91
--- /dev/null
+++ b/makefu/2configs/hw/tpm.nix
@@ -0,0 +1,6 @@
+{ pkgs, ... }:
+{
+ services.tcsd.enable = true;
+ # see https://wiki.archlinux.org/index.php/Trusted_Platform_Module
+ environment.systemPackages = with pkgs; [ opencryptoki tpm-tools ];
+}