mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
updates
This commit is contained in:
parent
7e4cb1f4ca
commit
7b09649d5f
4 changed files with 25 additions and 21 deletions
|
@ -21,6 +21,10 @@
|
|||
match = "Host raspi User git";
|
||||
identityFile = "~/.ssh/git";
|
||||
};
|
||||
"git@ifsr.de" = {
|
||||
match = "Host raspi User git";
|
||||
identityFile = "~/.ssh/git";
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue