spec(eientei): nextcloud 28 -> 29
This commit is contained in:
parent
f2a37dfa7c
commit
ea6784b59b
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
||||||
in {
|
in {
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud28;
|
package = pkgs.nextcloud29;
|
||||||
extraApps = {
|
extraApps = {
|
||||||
inherit (pkgs.nextcloud28Packages.apps)
|
inherit (pkgs.nextcloud29Packages.apps)
|
||||||
notify_push impersonate spreed
|
notify_push impersonate spreed
|
||||||
contacts bookmarks deck polls notes forms
|
contacts bookmarks deck polls notes forms
|
||||||
twofactor_webauthn;
|
twofactor_webauthn;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue