diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-09 12:00:23 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-09 12:00:23 -0400 |
| commit | 942552158c2e56cadfa225f87f0aba8dc689a384 (patch) | |
| tree | df39c0fe1fce65199e15eea57ed7ddafbec3d28d | |
| parent | 9961c4dd288a32ea19e95767742cf63836d9c32a (diff) | |
openid needs a good clock
| -rw-r--r-- | config-joey.hs | 1 |
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. |
