nextcloud: configure redis
This commit is contained in:
parent
5de01790c4
commit
2496192efc
|
@ -15,6 +15,7 @@ in
|
|||
services = {
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
configureRedis = true;
|
||||
package = pkgs.nextcloud27;
|
||||
enableBrokenCiphersForSSE = false; # disable the openssl warning
|
||||
hostName = domain;
|
||||
|
|
Loading…
Reference in a new issue