diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-23 12:48:46 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-23 12:48:46 -0400 |
| commit | 08a3c52017b20bb6d4c8a89da019c072a90ddd50 (patch) | |
| tree | 9b927f09ab64c95e5f0c332ee27a08f2449700bd /config-joey.hs | |
| parent | 6cf770c6994bb14be745021293344926125745c5 (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index 41e25025..55f1a01e 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -150,9 +150,9 @@ hosts = -- (o) ` & JoeySites.annexWebSite "/srv/git/downloads.git" "downloads.kitenet.net" "840760dc-08f0-11e2-8c61-576b7e66acfd" - [("turtle", "ssh://turtle.kitenet.net/~/lib/downloads/")] + [("turtle", "ssh://usbackup.kitenet.net/~/lib/downloads/")] `requires` Ssh.keyImported SshRsa "joey" (Context "downloads.kitenet.net") - `requires` Ssh.knownHost hosts "turtle.kitenet.net" "joey" + `requires` Ssh.knownHost hosts "usbackup.kitenet.net" "joey" & JoeySites.gitAnnexDistributor & alias "tmp.kitenet.net" |
