diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-08 15:54:14 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-08 15:54:14 -0400 |
| commit | 2e6a8d492429c1afcaa5be4e85c35409756f631b (patch) | |
| tree | b29683af355218807f17f7637a32825ed5c92f7c | |
| parent | 12f6fe0b88cba6c9ddef5140b5a9a3eab24f7c4e (diff) | |
propellor spin
| -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] |
