feat(tazjin/nixos): Add pass-otp extension
This lets pass create TOTP tokens, which is very handy. Change-Id: I85b699087e83c3d18cd8840df11c4e27c85e1f3f Reviewed-on: https://cl.tvl.fyi/c/depot/+/5578 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
e4b94fab75
commit
f110b10faf
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
# Default configuration settings for physical machines that I use.
|
||||
{ pkgs, depot, ... }:
|
||||
|
||||
let
|
||||
pass-otp = pkgs.pass.withExtensions (e: [ e.pass-otp ]);
|
||||
in
|
||||
{
|
||||
# Install all the default software.
|
||||
environment.systemPackages =
|
||||
|
@ -51,7 +54,7 @@
|
|||
openssh
|
||||
openssl
|
||||
paperlike-go
|
||||
pass
|
||||
pass-otp
|
||||
pavucontrol
|
||||
pinentry
|
||||
pinentry-emacs
|
||||
|
|
Loading…
Reference in a new issue