summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-03 13:14:13 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-03 13:14:13 +0200
commit809178ab23d0ef8ed048ac1a4c9f0806672bf0d7 (patch)
tree8e42c64feea3f9b3322ff58f435dab98fc3e74b0 /bragi.nix
parent60cececa3c6d5b9f06564e63a1f5889e0402d589 (diff)
downloadnixos-809178ab23d0ef8ed048ac1a4c9f0806672bf0d7.tar
nixos-809178ab23d0ef8ed048ac1a4c9f0806672bf0d7.tar.gz
nixos-809178ab23d0ef8ed048ac1a4c9f0806672bf0d7.tar.bz2
nixos-809178ab23d0ef8ed048ac1a4c9f0806672bf0d7.tar.xz
nixos-809178ab23d0ef8ed048ac1a4c9f0806672bf0d7.zip
bind on ipv4 localhost only
Diffstat (limited to 'bragi.nix')
-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