diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-23 11:42:59 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-23 11:42:59 -0400 |
| commit | 2e42b9db53ecf8cc33d92e2374e0d5ca24013a85 (patch) | |
| tree | 7cb3d3721f50c57cd1b75705e0eb5cbd7674f35d /config-joey.hs | |
| parent | 27635a19c9d9ff654b95e5685a19661272732dd6 (diff) | |
propellor spin
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 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" |
