feat: pass otp

feat/kile-v2
Ricard Illa 2022-02-21 19:00:36 +01:00
parent 73dcf4b361
commit d9e0403dff
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 1 additions and 2 deletions

View File

@ -3,11 +3,10 @@
{ {
programs.password-store = { programs.password-store = {
enable = true; enable = true;
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
settings = { settings = {
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store"; PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
PASSWORD_STORE_KEY = "B51D4548A4846E3C8D115C808333CFB0B9D3244D"; PASSWORD_STORE_KEY = "B51D4548A4846E3C8D115C808333CFB0B9D3244D";
}; };
}; };
home.packages =
[ pkgs.passExtensions.pass-otp pkgs.passExtensions.pass-audit ];
} }