about summary refs log tree commit diff stats
path: root/nix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/default.nix')
-rw-r--r--nix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 2032013..d555bbd 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -17,6 +17,7 @@ let
         Cmd = [ "${server}/bin/website" ];
         Env = [
           "PRODUCTION=true"
+          "LISTEN_ADDRESS="
           "PORT=${builtins.toString PORT}"
           "ROOT=public"
         ];