From 3451ca8beeb58a3bdd864cd1009ba9f0e314b442 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Jul 2017 17:27:57 -0400 Subject: add XFCE.networkManager --- joeyconfig.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'joeyconfig.hs') 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" -- cgit v1.2.3