about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
authorAlan Pearce2024-04-21 11:22:24 +0200
committerAlan Pearce2024-04-21 11:22:24 +0200
commit5782989df453d0d6da7bb31e40f063cac604924c (patch)
treeab14f066838a9c558ce086edda0a3c79e5410e3a /nix
parent24354d97408619fdb77c982edbefd9dbd82d5fff (diff)
downloadwebsite-5782989df453d0d6da7bb31e40f063cac604924c.tar.lz
website-5782989df453d0d6da7bb31e40f063cac604924c.tar.zst
website-5782989df453d0d6da7bb31e40f063cac604924c.zip
support IPv6
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix
index d555bbd..063d946 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -17,7 +17,7 @@ let
         Cmd = [ "${server}/bin/website" ];
         Env = [
           "PRODUCTION=true"
-          "LISTEN_ADDRESS="
+          "LISTEN_ADDRESS=::"
           "PORT=${builtins.toString PORT}"
           "ROOT=public"
         ];