diff options
| -rw-r--r-- | joeyconfig.hs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 6fb05be1..b590789f 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -132,11 +132,7 @@ clam = host "clam.kitenet.net" $ props & Tor.named "kite1" & Tor.bandwidthRate (Tor.PerMonth "400 GB") - & Systemd.nspawned webserver - & File.dirExists "/var/www/html" - & File.notPresent "/var/www/index.html" - & "/var/www/html/index.html" `File.hasContent` ["hello, world"] - & alias "helloworld.kitenet.net" + ! Systemd.nspawned webserver & Systemd.nspawned oldusenetShellBox |
