diff options
Diffstat (limited to 'cluster/prod/app/cryptpad/config')
-rw-r--r-- | cluster/prod/app/cryptpad/config/config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cluster/prod/app/cryptpad/config/config.js b/cluster/prod/app/cryptpad/config/config.js index c693125..eee8981 100644 --- a/cluster/prod/app/cryptpad/config/config.js +++ b/cluster/prod/app/cryptpad/config/config.js @@ -189,6 +189,12 @@ module.exports = { * ===================== */ /* + * We need this config entry, else CryptPad will try to mkdir + * some stuff into Nix store apparently... + */ + base: '/mnt/data', + + /* * CryptPad stores each document in an individual file on your hard drive. * Specify a directory where files should be stored. * It will be created automatically if it does not already exist. |