]> Git — Sourcephile - julm/julm-nix.git/blob - homes/softwares/ssh.nix
gpg-agent: add sshKey F6CCA60CF05FADAE911CFBEC0BCDED22F40A19FD
[julm/julm-nix.git] / homes / softwares / ssh.nix
1 {
2 programs.ssh = {
3 forwardAgent = true;
4 };
5 }