propellor spin

This commit is contained in:
Joey Hess 2014-03-30 19:25:01 -04:00
parent 2172ba82ff
commit 3d013c4892
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ getProperties :: HostName -> [Property]
getProperties hostname@"clam.kitenet.net" =
[ cleanCloudAtCost hostname
, standardSystem Apt.Unstable
, hasPassword "root"
, hasPassword "joey"
, User.hasPassword "root"
, User.hasPassword "joey"
-- Clam is a tor bridge.
, Tor.isBridge
, Apt.installed ["docker.io"]