about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-07-25 18:35:31 +0900
committersefidel <contact@sefidel.net>2023-07-25 18:35:31 +0900
commit6ccd70ae9afee4f9c98135502abca8f9d0f2b58d (patch)
tree1bd8505f44e40eb13d0bd2a55e617c9e9acff1b5 /home/profiles
parentdf7f357e68cf02fad788d3fa1aae2ee8423ffa73 (diff)
downloadnixrc-6ccd70ae9afee4f9c98135502abca8f9d0f2b58d.tar.gz
nixrc-6ccd70ae9afee4f9c98135502abca8f9d0f2b58d.zip
feat(home/development): enable agent forwarding
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/development/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/development/default.nix b/home/profiles/development/default.nix
index b92f6b6..6abaf21 100644
--- a/home/profiles/development/default.nix
+++ b/home/profiles/development/default.nix
@@ -82,6 +82,7 @@ in
     # GPG Authentication subkey is used for provisioning the server,
     # thus we need to use fallback key to identify with gitolite.
     programs.ssh.enable = true; # this has no relation with the sshd daemon.
+    programs.ssh.forwardAgent = true;
     programs.ssh.extraConfig = ''
       Host git.exotic.sh
         User git