diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-07-20 12:06:36 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-07-20 12:06:36 -0400 |
| commit | 55c6b1cc306f38e22a4524903d7609d1309c3871 (patch) | |
| tree | dc99bf7b2f59294fdd63b44dd6c6ae8a2eda0162 /config-joey.hs | |
| parent | 5df1c9dc5aad8a1389ccf02c8a0b7cd1f8d165c0 (diff) | |
| parent | 8d971b83ba11fc0eb521d9d15e4a2ae281bc2ef5 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 8b53718a..32b70c14 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -441,7 +441,7 @@ jerryPlay = standardDockerContainer "jerryplay" Unstable "amd64" & Docker.publish "8001:80" & Apt.installed ["ssh"] & User.hasSomePassword (User "root") - & Ssh.permitRootLogin True + & Ssh.permitRootLogin (Ssh.RootLogin True) kiteShellBox :: Systemd.Container kiteShellBox = standardStableContainer "kiteshellbox" |
