all repos — nixfiles @ e957254f13f91e0495459cdeddade917c439f854

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

Fix local mongo connection issues

Alan Pearce
commit

e957254f13f91e0495459cdeddade917c439f854

parent

455e717f354f5db05580d0b090f7daeaee55bd2c

1 file changed, 1 insertion(+), 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 [];