Nextcloud: Disable at rest encryption for better SSL

This commit is contained in:
Amanda Graven 2023-01-22 19:29:10 +01:00
parent 708014dbdc
commit 03650c11c0
Signed by: amanda
GPG key ID: F747582C5608F4CB

View file

@ -2,6 +2,8 @@
{
services.nextcloud = {
enable = true;
# Disables server-side file encryption for stronger SSL
enableBrokenCiphersForSSE = false;
hostName = "cloud.graven.dev";
https = true;
package = pkgs.nextcloud25;