Skip to content

Commit

Permalink
fix: added git user
Browse files Browse the repository at this point in the history
  • Loading branch information
standard3 committed Mar 25, 2024
1 parent 57a9f72 commit 38ad16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/applications/tools/ssh.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
programs.ssh = {
enable = true;
# addKeysToAgent = "yes";

matchBlocks = {
"github.com" = {
hostname = "github.com";
user = "git";
identityFile = "~/.ssh/id_rsa";
};

Expand Down

0 comments on commit 38ad16c

Please sign in to comment.