1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-01 07:18:46 +02:00

robolab setup

This commit is contained in:
Rouven Seifert 2023-03-09 19:15:05 +01:00
parent 06c7893ad7
commit 5f5ca3fc12
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
9 changed files with 42 additions and 29 deletions
users/rouven/modules/ssh

View file

@ -3,6 +3,9 @@
programs.ssh = {
enable = true;
matchBlocks = {
"se-gitlab.inf.tu-dresden.de" = {
identityFile = "~/.ssh/git";
};
"github.com" = {
identityFile = "~/.ssh/git";
};