mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
user: package and ssh fixes
This commit is contained in:
parent
16a9362aba
commit
3fddc4e807
4 changed files with 14 additions and 1 deletions
|
@ -21,6 +21,10 @@ in
|
|||
match = "Host github.com User git";
|
||||
identityFile = git;
|
||||
};
|
||||
"git@git.sr.ht" = {
|
||||
match = "Host git.sr.ht User git";
|
||||
identityFile = git;
|
||||
};
|
||||
# iFSR
|
||||
"fsr" = {
|
||||
hostname = "ifsr.de";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue