syncthing fixes for workout
This commit is contained in:
parent
cfc716e154
commit
52df3a8e31
3 changed files with 10 additions and 12 deletions
system/desktop/home-manager
|
|
@ -23,6 +23,11 @@ with lib;
|
|||
extraOptions.HostKeyAlgorithms = "ssh-rsa";
|
||||
user = "root";
|
||||
};
|
||||
"git.renoise.com" = {
|
||||
identityFile = "~/.ssh/card_rsa.pub";
|
||||
identitiesOnly = true;
|
||||
extraOptions.HostKeyAlgorithms = "ssh-rsa";
|
||||
};
|
||||
"*.renoise.com" = {
|
||||
identityFile = "~/.ssh/card_rsa.pub";
|
||||
identitiesOnly = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue