mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
fix: use nextcloud30 pkgs
This commit is contained in:
parent
9414a560c0
commit
2c17ed2d3e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
|
|
||||||
phpOptions."opcache.interned_strings_buffer" = "23";
|
phpOptions."opcache.interned_strings_buffer" = "23";
|
||||||
extraApps = {
|
extraApps = {
|
||||||
inherit (config.services.nextcloud.package.packages.apps)
|
inherit (pkgs.nextcloud30Packages.apps)
|
||||||
contacts
|
contacts
|
||||||
calendar
|
calendar
|
||||||
previewgenerator
|
previewgenerator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue