diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-14 14:47:33 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-14 14:47:33 -0400 |
| commit | 7c246badf9f47ce3861494cb2eca9130eaa5202d (patch) | |
| tree | a25f0455d7881b16319c1731b2644906e52f357d | |
| parent | 9377e9ce7b10c9e68a192419e7b41e7dde40b045 (diff) | |
new laptop
| -rw-r--r-- | config-joey.hs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index cefc7112..dd18bd8a 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -41,6 +41,7 @@ main = defaultMain hosts -- / \___-=O`/|O`/__| (____.' hosts :: [Host] -- * \ | | '--------' hosts = -- (o) ` [ darkstar + , gnu , clam , orca , kite @@ -77,6 +78,14 @@ darkstar = host "darkstar.kitenet.net" & JoeySites.postfixClientRelay (Context "darkstar.kitenet.net") & JoeySites.dkimMilter +gnu :: Host +gnu = host "gnu.kitenet.net" + & Apt.buildDep ["git-annex"] `period` Daily + & Docker.configured + + & JoeySites.postfixClientRelay (Context "gnu.kitenet.net") + & JoeySites.dkimMilter + clam :: Host clam = standardSystem "clam.kitenet.net" Unstable "amd64" [ "Unreliable server. Anything here may be lost at any time!" ] |
