summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-23 11:42:59 -0400
committerJoey Hess2015-10-23 11:42:59 -0400
commit2e42b9db53ecf8cc33d92e2374e0d5ca24013a85 (patch)
tree7cb3d3721f50c57cd1b75705e0eb5cbd7674f35d /config-joey.hs
parent27635a19c9d9ff654b95e5685a19661272732dd6 (diff)
propellor spin
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 81e97af4..6ec80f92 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -91,6 +91,7 @@ darkstar = host "darkstar.kitenet.net"
where
c d = Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty d
& Apt.installed ["linux-image-amd64"]
+ & User "root" `User.hasInsecurePassword` "root"
gnu :: Host
gnu = host "gnu.kitenet.net"