modules: services: nextcloud: disable broken SSE

I don't use server-side encryption anyway.
This commit is contained in:
Bruno BELANYI 2022-11-28 10:18:50 +01:00
parent 072511a091
commit b85a98c377
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ in
hostName = "nextcloud.${config.networking.domain}";
home = "/var/lib/nextcloud";
maxUploadSize = cfg.maxSize;
enableBrokenCiphersForSSE = false;
config = {
adminuser = cfg.admin;
adminpassFile = cfg.passwordFile;