Upgrade nextcloud to 26
This commit is contained in:
@@ -6,10 +6,10 @@
|
|||||||
|
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud25;
|
package = pkgs.nextcloud26;
|
||||||
appstoreEnable = true;
|
appstoreEnable = true;
|
||||||
hostName = "next.${config.networking.domain}";
|
hostName = "next.${config.networking.domain}";
|
||||||
#enableBrokenCiphersForSSE = false;
|
enableBrokenCiphersForSSE = false;
|
||||||
https = true;
|
https = true;
|
||||||
config = {
|
config = {
|
||||||
adminpassFile = config.age.secrets.nextcloudadmin.path;
|
adminpassFile = config.age.secrets.nextcloudadmin.path;
|
||||||
|
|||||||
Reference in New Issue
Block a user