diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-23 12:49:38 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-23 12:49:38 -0400 |
| commit | 261ed396fe02e5ad3744c438f3ffd1a26f1ebe27 (patch) | |
| tree | 766bb3bcc8ef4482cb291f7714858fd9103e7287 | |
| parent | 08a3c52017b20bb6d4c8a89da019c072a90ddd50 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 55f1a01e..b9a2bed2 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -150,7 +150,7 @@ hosts = -- (o) ` & JoeySites.annexWebSite "/srv/git/downloads.git" "downloads.kitenet.net" "840760dc-08f0-11e2-8c61-576b7e66acfd" - [("turtle", "ssh://usbackup.kitenet.net/~/lib/downloads/")] + [("usbackup", "ssh://usbackup.kitenet.net/~/lib/downloads/")] `requires` Ssh.keyImported SshRsa "joey" (Context "downloads.kitenet.net") `requires` Ssh.knownHost hosts "usbackup.kitenet.net" "joey" & JoeySites.gitAnnexDistributor |
