]> Git — Sourcephile - julm/julm-nix.git/blob - homes/softwares/ssh.nix
gnupg: julm@sourcephile.fr: 0x2E3618DD0D087650 -> 0xA58CD81C3863926F
[julm/julm-nix.git] / homes / softwares / ssh.nix
1 {
2 programs.ssh = {
3 forwardAgent = true;
4 };
5 }