diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 12:47:50 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 12:47:50 -0400 |
| commit | 211d87cdfae4a3077074ef954ef0524f640aae78 (patch) | |
| tree | c451826187dd435de8e8eef3125d7b5e087e6f20 | |
| parent | 7ff0c4b072ae1550b02d27d0f7064b79f0ac7f6b (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 934087a5..1befeb1a 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -112,6 +112,8 @@ demo = host "demo.kitenet.net" $ props & Apt.installed ["linux-image-amd64"] & User "root" `User.hasInsecurePassword` "root" & bootstrappedFrom GitRepoOutsideChroot + & Apt.installedMin ["task-desktop"] + & Apt.installed ["xfce4", "lightdm", "xfce4-terminal", "firefox"] gnu :: Host gnu = host "gnu.kitenet.net" $ props |
