summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config-joey.hs3
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"