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