summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-09-30 13:53:53 -0400
committerJoey Hess2015-09-30 13:53:53 -0400
commit47ed1b33c3943852e01a4f376aa85187c07e52b7 (patch)
tree288bfb5b63225db2874287de240f223b65d31da8 /config-joey.hs
parent5a4333a9bfdcd52974631cfdf1e860ab12fa2eec (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index a8eb1347..a240cd12 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -455,7 +455,7 @@ jerryPlay = standardDockerContainer "jerryplay" Unstable "amd64"
& Docker.publish "2202:22"
& Docker.publish "8001:80"
& Apt.installed ["ssh"]
- & User.hasSomePassword (User "root")
+ & User.hasPassword (User "root")
& Ssh.permitRootLogin (Ssh.RootLogin True)
kiteShellBox :: Systemd.Container