diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-10 23:26:05 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-10 23:26:05 -0400 |
| commit | 28f74eead07f0034b011dc6df59a483b6a1aeda3 (patch) | |
| tree | 2fb21a3a432b096fb7a373a0be951ef59777b4eb | |
| parent | 95fd1abad7d7e175e39bb1f59af12dc984f1d5fd (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 093ed8a2..a5d0a478 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -27,6 +27,9 @@ hosts = [ host "darkstar.kitenet.net" & Docker.configured & Apt.buildDep ["git-annex"] `period` Daily + & propertyList "foo" + [ Hostname.sane + ] -- Nothing super-important lives here. , host "clam.kitenet.net" |
