diff options
| -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 |
