feat: pass otp
parent
73dcf4b361
commit
d9e0403dff
|
@ -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 ];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue