diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-14 15:24:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-14 15:24:21 -0400 |
| commit | fbf9cc6f2b66ba5e56993a239e511cc6bae4af54 (patch) | |
| tree | cd00a21d0a0b27603374a04f3de505facee651ec /config-joey.hs | |
| parent | 9d06d2f835143c308bc409b7dc737c4292d9bc72 (diff) | |
| parent | 71723ca09f369ccf96462cef1e0200e1615677d1 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 78954805..4630622d 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -78,6 +78,9 @@ darkstar = host "darkstar.kitenet.net" ! Docker.docked gitAnnexAndroidDev & website "foo" + & User.accountFor "tester" + & User.hasSomePassword "tester" + website :: String -> RevertableProperty website hn = Apache.siteEnabled hn apachecfg where |
