(feat): added more plugins

This commit is contained in:
Harry 2024-08-17 15:31:10 +02:00
parent ec9d28d0b4
commit 4198a74036

View file

@ -51,13 +51,28 @@
inherit (config.services.nextcloud.package.packages.apps) inherit (config.services.nextcloud.package.packages.apps)
contacts contacts
calendar calendar
previewgenerator
twofactor_nextcloud_notification
photos
; ;
memories = pkgs.fetchNextcloudApp { memories = pkgs.fetchNextcloudApp {
sha256 = "sha256-DJPskJ4rTECTaO1XJFeOD1EfA3TQR4YXqG+NIti0UPE="; sha256 = "sha256-DJPskJ4rTECTaO1XJFeOD1EfA3TQR4YXqG+NIti0UPE=";
url = "https://github.com/pulsejet/memories/releases/download/v7.3.1/memories.tar.gz"; url = "https://github.com/pulsejet/memories/releases/download/v7.3.1/memories.tar.gz";
license = "agpl3Only"; license = "agpl3Only";
}; };
registration = pkgs.fetchNextcloudApp {
sha256 = "";
url = "https://github.com/nextcloud-releases/registration/releases/download/v2.4.0/registration-v2.4.0.tar.gz";
license = "agpl3Only";
};
facerecognition = pkgs.fetchNextcloudApp {
url = "https://github.com/matiasdelellis/facerecognition/releases/download/v0.9.51/facerecognition.tar.gz";
license = "agpl3Only";
};
}; };
extraAppsEnable = true; extraAppsEnable = true;
}; };