nixos/roundcube: add tmp directory
This commit is contained in:
parent
9b0777ffb3
commit
6263c45580
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ in
|
|||
$config['plugins'] = [${concatMapStringsSep "," (p: "'${p}'") cfg.plugins}];
|
||||
$config['des_key'] = file_get_contents('/var/lib/roundcube/des_key');
|
||||
$config['mime_types'] = '${pkgs.nginx}/conf/mime.types';
|
||||
# Roundcube uses PHP-FPM which has `PrivateTmp = true;`
|
||||
$config['temp_dir'] = '/tmp';
|
||||
$config['enable_spellcheck'] = ${if cfg.dicts == [] then "false" else "true"};
|
||||
# by default, spellchecking uses a third-party cloud services
|
||||
$config['spellcheck_engine'] = 'pspell';
|
||||
|
|
Loading…
Reference in a new issue