diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 23:10:50 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 23:10:50 -0400 |
| commit | 6fe8caf5b9b6fb562c0a204f55328dfd8fa25d12 (patch) | |
| tree | 7eb9125bc3dcb017e2c665efcc4c9d5b244c961a | |
| parent | 66381d27e3d1eba5c7bfbf16e4e5d6e228d1127f (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index e61f7317..5596f085 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -124,7 +124,8 @@ demo = host "demo" $ props & XFCE.networkManager & XFCE.defaultPanelFor user File.OverwriteExisting & LightDM.autoLogin user - & FreeDesktop.autostart "installer" "Installer" + & FreeDesktop.autostart (FreeDesktop.desktopFile "installer") + "Installer" "firefox http://127.0.0.1:8023/" `requires` Apt.installed ["firefox"] where |
