aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/desktop')
-rw-r--r--users/fcuny/desktop/trust/git-pass-mapping.ini9
-rw-r--r--users/fcuny/desktop/trust/pass.nix17
2 files changed, 26 insertions, 0 deletions
diff --git a/users/fcuny/desktop/trust/git-pass-mapping.ini b/users/fcuny/desktop/trust/git-pass-mapping.ini
new file mode 100644
index 0000000..5c5177b
--- /dev/null
+++ b/users/fcuny/desktop/trust/git-pass-mapping.ini
@@ -0,0 +1,9 @@
+[DEFAULT]
+line_username=1
+skip_username=10
+
+[github.com/*]
+target=git/github.com
+
+[git.fcuny.net*]
+target=git/git.fcuny.net
diff --git a/users/fcuny/desktop/trust/pass.nix b/users/fcuny/desktop/trust/pass.nix
index 6ed346c..a552318 100644
--- a/users/fcuny/desktop/trust/pass.nix
+++ b/users/fcuny/desktop/trust/pass.nix
@@ -11,6 +11,23 @@
};
};
+ programs.git = {
+ signing = {
+ key = config.programs.gpg.settings.default-key;
+ signByDefault = true;
+ };
+ 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;
# Ensure the password store things are in the systemd session