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
|
hyfetch
|
||||||
btop
|
btop
|
||||||
eza
|
eza
|
||||||
|
starship
|
||||||
|
|
||||||
unzip
|
unzip
|
||||||
p7zip
|
p7zip
|
||||||
|
|
|
@ -51,7 +51,7 @@ in
|
||||||
caching.redis = true;
|
caching.redis = true;
|
||||||
|
|
||||||
extraApps = {
|
extraApps = {
|
||||||
inherit (config.services.nextcloud.package.packages.apps) calendar;
|
inherit (config.services.nextcloud.package.packages.apps) calendar tasks;
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Reference in a new issue