nextcloud: remove music app
This commit is contained in:
parent
4ebfb6a6b3
commit
b2bac906c4
1 changed files with 7 additions and 1 deletions
|
|
@ -64,7 +64,13 @@
|
||||||
|
|
||||||
maxUploadSize = "200G";
|
maxUploadSize = "200G";
|
||||||
extraApps = {
|
extraApps = {
|
||||||
inherit (config.services.nextcloud.package.packages.apps) calendar deck onlyoffice tasks music twofactor_webauthn user_oidc;
|
inherit (config.services.nextcloud.package.packages.apps)
|
||||||
|
calendar
|
||||||
|
deck
|
||||||
|
onlyoffice
|
||||||
|
tasks
|
||||||
|
twofactor_webauthn
|
||||||
|
user_oidc;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue