From 211d87cdfae4a3077074ef954ef0524f640aae78 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Jul 2017 12:47:50 -0400 Subject: propellor spin --- joeyconfig.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'joeyconfig.hs') 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 -- cgit v1.2.3