forked from wurzel/fruitbasket
nextcloud: configure redis
This commit is contained in:
parent
5de01790c4
commit
2496192efc
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ in
|
||||||
services = {
|
services = {
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
configureRedis = true;
|
||||||
package = pkgs.nextcloud27;
|
package = pkgs.nextcloud27;
|
||||||
enableBrokenCiphersForSSE = false; # disable the openssl warning
|
enableBrokenCiphersForSSE = false; # disable the openssl warning
|
||||||
hostName = domain;
|
hostName = domain;
|
||||||
|
|
Loading…
Add table
Reference in a new issue