chore: update nextcloud
This commit is contained in:
parent
a97a9a0c12
commit
bee39dff7d
|
@ -52,7 +52,7 @@ in
|
|||
services.nextcloud = {
|
||||
inherit hostName;
|
||||
enable = true;
|
||||
package = pkgs.nextcloud28;
|
||||
package = pkgs.nextcloud30;
|
||||
configureRedis = true;
|
||||
config.adminpassFile = config.age.secrets.ncpasswd.path; # Kinda ok just remember to instanly change after first setup
|
||||
config.adminuser = "admin";
|
||||
|
@ -62,7 +62,6 @@ in
|
|||
calendar
|
||||
tasks
|
||||
notes
|
||||
maps
|
||||
phonetrack
|
||||
user_oidc
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue