nextcloud: remove deprecated enableBrokenCiphersForSSE

This commit is contained in:
Serĉanto de Scio 2024-02-07 00:23:44 +10:00
parent 768fbdbeec
commit 8ca64cf932
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -27,8 +27,12 @@
enable = true; # Run regular auto update of all apps installed
startAt = "01:00:00"; # When to run the update
};
enableBrokenCiphersForSSE = false; # force upgrade to SSL v3
package = pkgs.nextcloud27;
extraApps = with config.services.nextcloud.package.packages.apps; {
inherit calendar contacts deck news notes tasks twofactor_webauthn;
};
extraAppsEnable = true;
appstoreEnable = true;
};
systemd = {