diff options
| -rw-r--r-- | config-joey.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index c4326956..276cc542 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -376,6 +376,7 @@ jerryPlay = standardContainer "jerryplay" Unstable "amd64" & Docker.publish "8001:80" & Apt.installed ["ssh"] & User.hasSomePassword "root" + & Ssh.permitRootLogin True type Motd = [String] |
