this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

curve: add ssh agent forwarding

+11
+1
home/gui/default.nix
··· 7 7 ../profiles/email 8 8 ../profiles/cal 9 9 ../profiles/sync/kitaab 10 + ../profiles/ssh 10 11 ]; 11 12 }
+10
home/profiles/ssh/default.nix
··· 1 + { 2 + home.file.".ssh/config".text = '' 3 + Host mossnet.lan 4 + ForwardAgent Yes 5 + Host sealight.xyz 6 + ForwardAgent Yes 7 + Host git.sealight.xyz 8 + ForwardAgent Yes 9 + ''; 10 + }