nextcloud upgrade to 27
This commit is contained in:
parent
84faec16f3
commit
71f4c64022
|
@ -15,7 +15,7 @@ in
|
|||
services = {
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud25;
|
||||
package = pkgs.nextcloud27;
|
||||
enableBrokenCiphersForSSE = false; # disable the openssl warning
|
||||
hostName = domain;
|
||||
https = true; # Use https for all urls
|
||||
|
|
Loading…
Reference in a new issue