fix: correct pass git repository path
This commit is contained in:
parent
a269b2856f
commit
dee3e58978
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
|
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
|
||||||
settings = {
|
settings = {
|
||||||
PASSWORD_STORE_DIR = "$HOME/.password-store";
|
PASSWORD_STORE_DIR = "$HOME/.password-store";
|
||||||
PASSWORD_STORE_GIT = "ssh://git@git.iscg.dev:2222/mikl/password-store.git";
|
PASSWORD_STORE_GIT = "ssh://git@git.iscg.dev:2222/mikl/pass.git";
|
||||||
PASSWORD_STORE_X_SELECTION_TIMEOUT = "5";
|
PASSWORD_STORE_X_SELECTION_TIMEOUT = "5";
|
||||||
PASSWORD_STORE_CLIP_TIME = "45";
|
PASSWORD_STORE_CLIP_TIME = "45";
|
||||||
PASSWORD_STORE_GENERATED_LENGTH = "25";
|
PASSWORD_STORE_GENERATED_LENGTH = "25";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue