about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ipfs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipfs.nix b/ipfs.nix
index a90c86f..0de1e01 100644
--- a/ipfs.nix
+++ b/ipfs.nix
@@ -50,6 +50,7 @@ in {
   services = {
     ipfs = {
       autoMount = true;
+      dataDir = "/mnt/nas/ipfs";
       enable = true;
       enableGC = true;
       extraConfig.GateWay = {