]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/profiles/ssh.nix
gnupg: keys.mayfirst.org is gone, use keys.openpgp.org
[julm/julm-nix.git] / home-manager / profiles / ssh.nix
1 {
2 programs.ssh = {
3 forwardAgent = true;
4 };
5 }