about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-06-27 23:56:49 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-06-27 23:56:49 +0900
commitbd7babbec6019c2a73bd4b42e6a12593f831f03a (patch)
treeebf14d063fb13957ee7abce098b187e93f218475
parent715a1f97faeced299b7768bca7bfd041c7667d41 (diff)
downloadnixos-conf-bd7babbec6019c2a73bd4b42e6a12593f831f03a.tar.gz
Move IPFS content to NAS
-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 = {