diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-15 12:00:16 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-15 12:05:06 -0400 |
| commit | 858862903449670d62cc85448b1cb05511534054 (patch) | |
| tree | d3255919affad3d509ff90a48e88dfe4b97f2ae3 /config-joey.hs | |
| parent | 68714dfd31a15c6a61a6a15f4a01c45f9ed02d97 (diff) | |
comment
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config-joey.hs b/config-joey.hs index 4630622d..7aa94bb1 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -76,10 +76,7 @@ darkstar = host "darkstar.kitenet.net" & Apt.buildDep ["git-annex"] `period` Daily & Docker.configured ! Docker.docked gitAnnexAndroidDev - & website "foo" - - & User.accountFor "tester" - & User.hasSomePassword "tester" + ! website "foo" website :: String -> RevertableProperty website hn = Apache.siteEnabled hn apachecfg |
