VEGAS/nextcloud: disable broken ciphers
This commit is contained in:
parent
4e14e170c9
commit
81e58eca02
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ in
|
|||
};
|
||||
services.nextcloud = {
|
||||
package = pkgs.nextcloud24;
|
||||
enableBrokenCiphersForSSE = false;
|
||||
enable = true;
|
||||
https = true;
|
||||
hostName = "storage.${tools.meta.domain}";
|
||||
|
|
Loading…
Reference in a new issue