misc fixes and ssh stuff

This commit is contained in:
Rouven Seifert 2023-01-14 22:55:06 +01:00
parent 4473828c42
commit 1d380cfdfc
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 16 additions and 8 deletions

View file

@ -31,7 +31,6 @@
whatsapp-for-linux
# games
minecraft
prismlauncher # minecraft, but it actually works
superTuxKart
extremetuxracer
@ -50,6 +49,7 @@
nixpkgs-fmt
virt-manager
powerline-fonts
ventoy-bin
# libs
libyubikey

View file

@ -17,6 +17,12 @@
match = "Host raspi User git";
identityFile = "~/.ssh/git";
};
"*" = {
identityFile = "~/.ssh/id_ed25519";
};
};
extraConfig = ''
IdentityFile ~/.ssh/id_ed25519
'';
};
}