allow listen address to be configured
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M nix/default.nix → nix/default.nix
@@ -17,6 +17,7 @@ config = { Cmd = [ "${server}/bin/website" ]; Env = [ "PRODUCTION=true" + "LISTEN_ADDRESS=" "PORT=${builtins.toString PORT}" "ROOT=public" ];