diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 16:57:03 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 16:57:03 -0400 |
| commit | 0d15c3f01a424e021481c9630441997c032cbc82 (patch) | |
| tree | 1f7c12ee3083bd1300f926c6bce53004efcf0bc7 /joeyconfig.hs | |
| parent | 256c5c3c572e56d3755914e40cfd9dfd94112bbb (diff) | |
Added File.checkOverwrite.
This commit was sponsored by Ethan Aubin.
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 20e73cef..4286097b 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -118,7 +118,7 @@ demo = host "demo" $ props & root `User.hasInsecurePassword` "debian" & user `User.hasInsecurePassword` "debian" & XFCE.installedMin - & XFCE.defaultPanelFor user OverwriteExisting + & XFCE.defaultPanelFor user File.OverwriteExisting & LightDM.autoLogin user & Apt.installed ["firefox"] where |
