more nix managed nextcloud apps
This commit is contained in:
parent
bca1b85c19
commit
7f052f6098
@ -99,14 +99,21 @@ in
|
||||
integration_openai
|
||||
mail
|
||||
notes
|
||||
# maps
|
||||
maps
|
||||
music
|
||||
# news
|
||||
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 = {
|
||||
adminpassFile = config.sops.secrets.nextcloud-adminpass.path;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user