apps no longer declarative
This commit is contained in:
parent
280c38ce62
commit
d08b35b1ff
@ -92,32 +92,6 @@ in
|
|||||||
memcached = true;
|
memcached = true;
|
||||||
apcu = true;
|
apcu = true;
|
||||||
};
|
};
|
||||||
extraApps = {
|
|
||||||
inherit (config.services.nextcloud.package.packages.apps)
|
|
||||||
bookmarks
|
|
||||||
calendar
|
|
||||||
contacts
|
|
||||||
# files_texteditor
|
|
||||||
# files_markdown
|
|
||||||
forms
|
|
||||||
integration_openai
|
|
||||||
mail
|
|
||||||
notes
|
|
||||||
# maps
|
|
||||||
music
|
|
||||||
memories
|
|
||||||
news
|
|
||||||
previewgenerator
|
|
||||||
richdocuments
|
|
||||||
tasks
|
|
||||||
# twofactor_top
|
|
||||||
;
|
|
||||||
facerecognition = pkgs.fetchNextcloudApp {
|
|
||||||
url = "https://github.com/matiasdelellis/facerecognition/releases/download/v0.9.60/facerecognition.tar.gz";
|
|
||||||
hash = "sha256-FtYItN0Iy2QpSNf0GPs7fIPYgBdEuKHJGwZ7GQNySZE=";
|
|
||||||
license = "agpl3Only";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
config = {
|
config = {
|
||||||
adminpassFile = config.sops.secrets.nextcloud-adminpass.path;
|
adminpassFile = config.sops.secrets.nextcloud-adminpass.path;
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user