propellor spin
This commit is contained in:
parent
2172ba82ff
commit
3d013c4892
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue