user: package and ssh fixes

This commit is contained in:
Rouven Seifert 2024-04-10 00:34:03 +02:00
parent 16a9362aba
commit 3fddc4e807
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 14 additions and 1 deletions

View file

@ -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";