all repos — nixfiles @ 474a3757e7eb9d57d040c6f95c3b689c17288bca

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

satoshipay: use tmpdir for mongodb
Alan Pearce alan@alanpearce.eu
Thu, 20 Sep 2018 10:54:25 +0200
commit

474a3757e7eb9d57d040c6f95c3b689c17288bca

parent

05011c3fe1b68c3414fc8a34307c2a07f9427a34

1 files changed, 1 insertions(+), 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 = {