all repos — archive/nixos-configuration @ 474a3757e7eb9d57d040c6f95c3b689c17288bca

Superseded by nixfiles

satoshipay: use tmpdir for mongodb

Alan Pearce
commit

474a3757e7eb9d57d040c6f95c3b689c17288bca

parent

05011c3fe1b68c3414fc8a34307c2a07f9427a34

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M modules/satoshipay.nixmodules/satoshipay.nix
@@ -43,6 +43,7 @@
services.mongodb = { enable = true; replSetName = "rs0"; + dbpath = "/tmp/mongodb"; }; systemd.services.mongodb.wantedBy = lib.mkForce []; systemd.timers.mongodb = {