Update to nextcloud 29.
This commit is contained in:
parent
8007a6de7f
commit
3de8ff246f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ with lib;
|
||||||
hostName = domain;
|
hostName = domain;
|
||||||
https = true;
|
https = true;
|
||||||
maxUploadSize = "1024M";
|
maxUploadSize = "1024M";
|
||||||
package = pkgs.nextcloud27;
|
package = pkgs.nextcloud28;
|
||||||
config = {
|
config = {
|
||||||
adminuser = mkDefault (elemAt cfg.administrators 0).name;
|
adminuser = mkDefault (elemAt cfg.administrators 0).name;
|
||||||
adminpassFile = config.sops.secrets."services/nextcloud/adminPass".path;
|
adminpassFile = config.sops.secrets."services/nextcloud/adminPass".path;
|
||||||
|
|
Loading…
Reference in a new issue