diff options
author | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-07-02 20:22:04 +0200 |
---|---|---|
committer | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-07-02 20:22:04 +0200 |
commit | 0cc08a1f2bcd138943865cc285c9a445c7234b12 (patch) | |
tree | dca41a61e6ac3e732d36edca5946e6cb0e7d5c7d /cluster/prod/app/cryptpad/config | |
parent | 1bcfc26c62870f3c70fb0caae25059c244da34ab (diff) | |
download | nixcfg-0cc08a1f2bcd138943865cc285c9a445c7234b12.tar.gz nixcfg-0cc08a1f2bcd138943865cc285c9a445c7234b12.zip |
cluster(prod/app/cryptpad): Update CryptPad to 2024.6.0
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. |