feat(alex): enable ssh agent and forwarding

This commit is contained in:
Ashhhleyyy 2024-04-12 16:04:53 +01:00
parent fe0f98b3f0
commit f3753f174f
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -41,4 +41,7 @@
defaultCacheTtl = 31536000;
maxCacheTtl = 31536000;
};
services.ssh-agent.enable = true;
programs.ssh.forwardAgent = true;
}