stockholm/makefu/2configs/hw/tpm.nix
2017-09-04 14:35:56 +02:00

7 lines
189 B
Nix

{ pkgs, ... }:
{
services.tcsd.enable = true;
# see https://wiki.archlinux.org/index.php/Trusted_Platform_Module
environment.systemPackages = with pkgs; [ opencryptoki tpm-tools ];
}