services: nextcloud: disable openssl 1.1 support
I'm not using SSE
This commit is contained in:
parent
82eb87a388
commit
1c535b8a99
|
@ -62,6 +62,8 @@ in {
|
|||
services.nextcloud = {
|
||||
enable = true;
|
||||
|
||||
enableBrokenCiphersForSSE = false;
|
||||
|
||||
hostName = "cloud.${domain}";
|
||||
https = true;
|
||||
package = pkgs.nextcloud25;
|
||||
|
|
Loading…
Reference in a new issue