aboutsummaryrefslogtreecommitdiff
path: root/home/pass/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/pass/default.nix17
1 files changed, 2 insertions, 15 deletions
diff --git a/home/pass/default.nix b/home/pass/default.nix
index 73082e3..043ff6c 100644
--- a/home/pass/default.nix
+++ b/home/pass/default.nix
@@ -16,9 +16,9 @@ in
};
};
-
home.sessionVariables = {
PASSAGE_DIR = "${config.xdg.dataHome}/passage/store";
+ PASSAGE_IDENTITIES_FILE = "${config.xdg.dataHome}/passage/identities";
# for now I have to default to rage, as the version of age is
# not recent enough to work with keys generated by
# age-plugin-yubikey
@@ -30,20 +30,7 @@ in
tree
];
- programs.git = {
- extraConfig = {
- credential = {
- helper = "${pkgs.gitAndTools.pass-git-helper}/bin/pass-git-helper";
- useHttpPath = true;
- };
- };
- };
-
- xdg.configFile."pass-git-helper/git-pass-mapping.ini" = {
- source = ./git-pass-mapping.ini;
- };
-
- services.password-store-sync.enable = true;
+ services.password-store-sync.enable = false;
# Ensure the password store things are in the systemd session
systemd.user.sessionVariables = config.programs.password-store.settings;