From e957254f13f91e0495459cdeddade917c439f854 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 17 Aug 2020 13:04:19 +0200 Subject: Fix local mongo connection issues --- system/settings/satoshipay.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system') diff --git a/system/settings/satoshipay.nix b/system/settings/satoshipay.nix index 3a533ce6..53384e09 100644 --- a/system/settings/satoshipay.nix +++ b/system/settings/satoshipay.nix @@ -26,6 +26,7 @@ services.mongodb = { enable = true; replSetName = "rs0"; + bind_ip = "127.0.0.1"; dbpath = "/tmp/mongodb"; }; systemd.services.mongodb.wantedBy = lib.mkForce []; -- cgit 1.4.1