feat(nextcloud): add extra apps configuration
Enhance Nextcloud setup by enabling additional applications such as calendar, contacts, and notes. This change improves the service's functionality and usability by integrating essential productivity tools directly into the Nextcloud environment.
This commit is contained in:
parent
c9038f19e6
commit
aef4e331ae
1 changed files with 14 additions and 0 deletions
|
@ -9,6 +9,20 @@
|
|||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud30;
|
||||
extraApps = {
|
||||
inherit (config.services.nextcloud.package.packages.apps)
|
||||
calendar
|
||||
contacts
|
||||
files_texteditor
|
||||
files_markdown
|
||||
mail
|
||||
notes
|
||||
spreed
|
||||
tasks
|
||||
twofactor_backupcodes
|
||||
twofactor_totp
|
||||
;
|
||||
};
|
||||
hostName = "nc.hoyer.xyz";
|
||||
https = true;
|
||||
configureRedis = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue