add tasks to nextcloud
This commit is contained in:
parent
9bfa21d6ea
commit
cb3fc78351
2 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@ in
|
|||
hyfetch
|
||||
btop
|
||||
eza
|
||||
starship
|
||||
|
||||
unzip
|
||||
p7zip
|
||||
|
|
|
@ -51,7 +51,7 @@ in
|
|||
caching.redis = true;
|
||||
|
||||
extraApps = {
|
||||
inherit (config.services.nextcloud.package.packages.apps) calendar;
|
||||
inherit (config.services.nextcloud.package.packages.apps) calendar tasks;
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Reference in a new issue