diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-27 23:56:49 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-27 23:56:49 +0900 |
commit | bd7babbec6019c2a73bd4b42e6a12593f831f03a (patch) | |
tree | ebf14d063fb13957ee7abce098b187e93f218475 | |
parent | 715a1f97faeced299b7768bca7bfd041c7667d41 (diff) | |
download | nixos-conf-bd7babbec6019c2a73bd4b42e6a12593f831f03a.tar.gz |
Move IPFS content to NAS
-rw-r--r-- | ipfs.nix | 1 |
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 = { |