mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
service/nextcloud: install extensions matching nextcloud version
This commit is contained in:
parent
c105a223a7
commit
82f7c5e566
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ in
|
||||||
#dbhost = "/run/postgresql";
|
#dbhost = "/run/postgresql";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraApps = with pkgs.nextcloud30Packages.apps; {
|
extraApps = with config.services.nextcloud.package.packages.apps; {
|
||||||
inherit
|
inherit
|
||||||
calendar
|
calendar
|
||||||
contacts
|
contacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue