Skip to content

Commit

Permalink
users: otavio: ssh: use id_ed25519 as key for gitlab.com
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <[email protected]>
  • Loading branch information
otavio committed Sep 20, 2023
1 parent 5ee9559 commit b195a23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions users/otavio/home/features/ssh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ _:
ForwardAgent yes
ForwardX11 yes
ForwardX11Trusted yes
Host gitlab.com
IdentityFile ~/.ssh/id_ed25519
'';
};
}

0 comments on commit b195a23

Please sign in to comment.