Forward zoo.wpcarro.dev connections to :8000

Right now the 8000 port is hard-coded into the zoo server, which isn't ideal,
but "it works" (TM).
This commit is contained in:
William Carroll 2020-08-13 22:23:14 +01:00
parent f895cb417a
commit 0b34482b6d
2 changed files with 8 additions and 0 deletions

View file

@ -33,4 +33,5 @@ in {
third_party = readTree ./third_party;
tools = readTree ./tools;
buildHaskell = readTree ./buildHaskell;
zoo = readTree ./zoo;
}