diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 16:26:30 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 16:26:30 -0400 |
| commit | 20a5f616bd4c8c3acc78bc64f20832ca4784b5c7 (patch) | |
| tree | 63d5ba44a57af99bfa47fa169876d5db9a6f6821 /joeyconfig.hs | |
| parent | 1428b1f276a65a3a3c5a881905458df8fe0e6f62 (diff) | |
less wonky (and working) implementation of defaultPanelFor
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index ff16777c..f8b26a2b 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -110,9 +110,8 @@ darkstar = host "darkstar.kitenet.net" $ props `before` File.ownerGroup "/srv/propellor-disk.img" (User "joey") (Group "joey") demo :: Host -demo = host "demo.kitenet.net" $ props +demo = host "demo" $ props & osDebian Unstable X86_64 - & Hostname.setTo "demo" & Apt.installed ["linux-image-amd64"] & bootstrappedFrom GitRepoOutsideChroot & User.accountFor user |
