modules: services: nextcloud: disable broken SSE
I don't use server-side encryption anyway.
This commit is contained in:
parent
072511a091
commit
b85a98c377
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue