summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-09 12:00:23 -0400
committerJoey Hess2014-04-09 12:00:23 -0400
commit942552158c2e56cadfa225f87f0aba8dc689a384 (patch)
treedf39c0fe1fce65199e15eea57ed7ddafbec3d28d /config-joey.hs
parent9961c4dd288a32ea19e95767742cf63836d9c32a (diff)
openid needs a good clock
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 6c4507d6..a9ca469a 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -38,6 +38,7 @@ host hostname@"clam.kitenet.net" = standardSystem Unstable $ props
& Tor.isBridge
& JoeySites.oldUseNetshellBox
& Docker.docked container hostname "openid-provider"
+ `requires` Apt.installed ["ntp"]
& Docker.configured
& Docker.garbageCollected `period` Daily
-- Orca is the main git-annex build box.