nextcloud photo app

This commit is contained in:
glenn 2024-07-23 10:43:17 +02:00
parent 5e5c3bc1a2
commit 7165803a9a

View file

@ -93,7 +93,7 @@ in {
extraApps = with config.services.nextcloud.package.packages.apps; {
# List of apps we want to install and are already packaged in
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/nextcloud/packages/nextcloud-apps.json
inherit mail calendar contacts notes onlyoffice cookbook spreed;
inherit mail calendar contacts notes onlyoffice cookbook spreed memories;
};
config = {
overwriteProtocol = "https";