diff options
| author | Joey Hess <id@joeyh.name> | 2014-12-06 15:50:42 -0400 |
|---|---|---|
| committer | Joey Hess <id@joeyh.name> | 2014-12-06 15:50:42 -0400 |
| commit | d782c413eb31d3d9a031713ffc9d798cd58da510 (patch) | |
| tree | 5a7fc34b853a0f15cb46af52fac05cc94ad23f2d /config-joey.hs | |
| parent | 52a83a8911ebfa01224be7f378d76ecc403c8119 (diff) | |
add root pw
Diffstat (limited to 'config-joey.hs')
| -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 c1eb0a23..abbd846d 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -67,6 +67,7 @@ testvm = host "testvm.kitenet.net" & Hostname.searchDomain & Apt.installed ["linux-image-amd64"] & Apt.installed ["ssh"] + & User.hasPassword "root" darkstar :: Host darkstar = host "darkstar.kitenet.net" |
