Skip to content

Commit

Permalink
Add some nice yubikey and tpm tools
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Nov 8, 2024
1 parent 53d654b commit 8ef89d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/nixos/security/tpm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
};

environment = {
# systemPackages = with pkgs.unstable; [
# tpm2-tools
# ];
systemPackages = with pkgs.unstable; [
age-plugin-tpm
# tpm2-tools
];
sessionVariables = {
# TSS2_LOG = "fapi+NONE";
TPM2_PKCS11_TCTI = "tabrmd:";
Expand Down
1 change: 1 addition & 0 deletions modules/nixos/security/yubikey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ in
yubikey.custom.enable = lib.mkDefault false;

environment.systemPackages = with pkgs; [
age-plugin-yubikey
pam_u2f
yubioath-flutter
yubikey-manager
Expand Down

0 comments on commit 8ef89d3

Please sign in to comment.