propellor spin
This commit is contained in:
parent
2172ba82ff
commit
3d013c4892
|
@ -19,8 +19,8 @@ getProperties :: HostName -> [Property]
|
||||||
getProperties hostname@"clam.kitenet.net" =
|
getProperties hostname@"clam.kitenet.net" =
|
||||||
[ cleanCloudAtCost hostname
|
[ cleanCloudAtCost hostname
|
||||||
, standardSystem Apt.Unstable
|
, standardSystem Apt.Unstable
|
||||||
, hasPassword "root"
|
, User.hasPassword "root"
|
||||||
, hasPassword "joey"
|
, User.hasPassword "joey"
|
||||||
-- Clam is a tor bridge.
|
-- Clam is a tor bridge.
|
||||||
, Tor.isBridge
|
, Tor.isBridge
|
||||||
, Apt.installed ["docker.io"]
|
, Apt.installed ["docker.io"]
|
||||||
|
|
Loading…
Reference in New Issue