mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
misc fixes and ssh stuff
This commit is contained in:
parent
4473828c42
commit
1d380cfdfc
6 changed files with 16 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -17,6 +17,12 @@
|
|||
match = "Host raspi User git";
|
||||
identityFile = "~/.ssh/git";
|
||||
};
|
||||
"*" = {
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue