From 1e73105211d36f6068b047092b3f680ace2b982f Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 28 Oct 2019 11:35:37 -0400 Subject: [PATCH] Tell Tahoe-LAFS where to find the big bag of byte (storage) --- nixos/modules/private-storage.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/private-storage.nix b/nixos/modules/private-storage.nix index f27e6ec8..d144fba9 100644 --- a/nixos/modules/private-storage.nix +++ b/nixos/modules/private-storage.nix @@ -110,6 +110,8 @@ in }; storage = { enabled = true; + # Put the storage where we have a lot of space configured. + storage_dir = "/storage"; # Turn on our plugin. plugins = "privatestorageio-zkapauthz-v1"; }; -- GitLab