summary refs log tree commit diff stats
path: root/modules/satoshipay.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/satoshipay.nix')
-rw-r--r--modules/satoshipay.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/satoshipay.nix b/modules/satoshipay.nix
index ee5ae9a..75a0407 100644
--- a/modules/satoshipay.nix
+++ b/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 = {