satoshipay: use tmpdir for mongodb
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M modules/satoshipay.nix → modules/satoshipay.nix
@@ -43,6 +43,7 @@ services.mongodb = { enable = true; replSetName = "rs0"; + dbpath = "/tmp/mongodb"; }; systemd.services.mongodb.wantedBy = lib.mkForce []; systemd.timers.mongodb = {