summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 2aedfa7c..a217204a 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -302,7 +302,7 @@ in rec {
302 , collapse = standardCollapse 302 , collapse = standardCollapse
303 } 303 }
304 304
305 wSettings = Warp.setHost "localhost" . Warp.setPort 8080 $ Warp.defaultSettings 305 wSettings = Warp.setHost "127.0.0.1" . Warp.setPort 8080 $ Warp.defaultSettings
306 ''; 306 '';
307 }; 307 };
308 308