diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 17:27:57 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 17:27:57 -0400 |
| commit | 3451ca8beeb58a3bdd864cd1009ba9f0e314b442 (patch) | |
| tree | d98c54cfa8e8c5918a6b7e5f48197a6bd821bfa5 /joeyconfig.hs | |
| parent | aa047d79de3422a677bf022f48cf59634193589f (diff) | |
add XFCE.networkManager
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 3 |
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" |
