all repos — nixfiles @ e957254f13f91e0495459cdeddade917c439f854

System and user configuration, managed by nix and home-manager

Fix local mongo connection issues
Alan Pearce alan@alanpearce.eu
Mon, 17 Aug 2020 13:04:19 +0200
commit

e957254f13f91e0495459cdeddade917c439f854

parent

455e717f354f5db05580d0b090f7daeaee55bd2c

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/settings/satoshipay.nixsystem/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  [];