more nix managed nextcloud apps
This commit is contained in:
parent
bca1b85c19
commit
7f052f6098
@ -99,14 +99,21 @@ in
|
|||||||
integration_openai
|
integration_openai
|
||||||
mail
|
mail
|
||||||
notes
|
notes
|
||||||
# maps
|
maps
|
||||||
music
|
music
|
||||||
# news
|
memories
|
||||||
|
news
|
||||||
previewgenerator
|
previewgenerator
|
||||||
richdocuments
|
richdocuments
|
||||||
tasks
|
tasks
|
||||||
# twofactor_top
|
# 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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user