syncthing fixes for workout

This commit is contained in:
Ingolf Wagner 2019-10-25 08:17:56 +02:00
commit 52df3a8e31
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 10 additions and 12 deletions
system/desktop/home-manager

View file

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