summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-07-05 17:27:57 -0400
committerJoey Hess2017-07-05 17:27:57 -0400
commit3451ca8beeb58a3bdd864cd1009ba9f0e314b442 (patch)
treed98c54cfa8e8c5918a6b7e5f48197a6bd821bfa5 /joeyconfig.hs
parentaa047d79de3422a677bf022f48cf59634193589f (diff)
add XFCE.networkManager
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 37b8fafb..1be4ff14 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -118,9 +118,10 @@ demo = host "demo" $ props
& root `User.hasInsecurePassword` "debian"
& user `User.hasInsecurePassword` "debian"
& XFCE.installedMin
+ & XFCE.networkManager
& XFCE.defaultPanelFor user File.OverwriteExisting
& LightDM.autoLogin user
- & Apt.installed ["network-manager", "network-manager-gnome", "firefox"]
+ & Apt.installed ["firefox"]
where
user = User "user"
root = User "root"