summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-06 15:50:42 -0400
committerJoey Hess2014-12-06 15:50:42 -0400
commitd782c413eb31d3d9a031713ffc9d798cd58da510 (patch)
tree5a7fc34b853a0f15cb46af52fac05cc94ad23f2d /config-joey.hs
parent52a83a8911ebfa01224be7f378d76ecc403c8119 (diff)
add root pw
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
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"