diff options
author | sefidel <contact@sefidel.net> | 2023-07-25 18:35:31 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-07-25 18:35:31 +0900 |
commit | 6ccd70ae9afee4f9c98135502abca8f9d0f2b58d (patch) | |
tree | 1bd8505f44e40eb13d0bd2a55e617c9e9acff1b5 /home | |
parent | df7f357e68cf02fad788d3fa1aae2ee8423ffa73 (diff) | |
download | nixrc-6ccd70ae9afee4f9c98135502abca8f9d0f2b58d.tar.gz nixrc-6ccd70ae9afee4f9c98135502abca8f9d0f2b58d.zip |
feat(home/development): enable agent forwarding
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/development/default.nix | 1 |
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 |