Skip to main content

Setting up SSH agent

As per documentation

To define NixOS to setup a ssh-agent, add this to your configuration:

programs.ssh.startAgent = true;