diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-06 00:32:38 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-06 00:32:38 -0400 |
| commit | 4bac16dfa2b2d3289215fe7623c76f84598f04b6 (patch) | |
| tree | d3ecc13dd952b0929609a33fb7f764b6a8f5eb0a | |
| parent | bd7c118caea362005c7dbdea5d6fd3da1d98fe9a (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 25dd678f..be27e101 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -234,13 +234,20 @@ diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64" `requires` Ssh.keyImported SshRsa "joey" (Context "downloads.kitenet.net") `requires` Ssh.knownHost hosts "eubackup.kitenet.net" "joey" & JoeySites.gitAnnexDistributor - & alias "tmp.kitenet.net" + + & alias "tmp.kitenet.net" & JoeySites.annexWebSite "/srv/git/joey/tmp.git" "tmp.kitenet.net" "26fd6e38-1226-11e2-a75f-ff007033bdba" [] & JoeySites.twitRss & JoeySites.pumpRss + + & alias "user-liberation.joeyh.name" + & JoeySites.annexWebSite "/srv/git/joey/user_liberation.git" + "user-liberation.kitenet.net" + "da89f112-808b-420a-b468-d990ae2e5b52" + [] & alias "nntp.olduse.net" & alias "resources.olduse.net" |
