feat: github ssh support
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
a7dce62fca
commit
ccc0eda517
3 changed files with 14 additions and 10 deletions
|
@ -11,11 +11,11 @@
|
|||
stateVersion = "23.11"; # Please read the comment before changing.
|
||||
};
|
||||
|
||||
programs.ssh.extraConfig = ''
|
||||
#UseKeychain yes
|
||||
#AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
'';
|
||||
# programs.ssh.extraConfig = ''
|
||||
# #UseKeychain yes
|
||||
# #AddKeysToAgent yes
|
||||
# IdentityFile ~/.ssh/id_ed25519
|
||||
# '';
|
||||
|
||||
metacfg = {
|
||||
cli-apps = {
|
||||
|
@ -29,7 +29,7 @@
|
|||
|
||||
tools = {
|
||||
#direnv.enable = true;
|
||||
ssh.enable = true;
|
||||
# ssh.enable = true;
|
||||
git.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue