add external links to nextcloud
Change-Id: Ic6b07653b4e3334891868ff66fcd774712865d82
Reviewed-on: https://git.clicks.codes/c/Clicks/NixFiles/+/81
Reviewed-by: Skyler Grey <minion@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/modules/common/nextcloud.nix b/modules/common/nextcloud.nix
index 11f6a22..7b5ac12 100644
--- a/modules/common/nextcloud.nix
+++ b/modules/common/nextcloud.nix
@@ -106,6 +106,11 @@
"https://github.com/WARP-LAB/files_3dmodelviewer/releases/download/v0.0.12/files_3dmodelviewer.tar.gz";
sha256 = "sha256-JKlHDB6VFUXv7V+TzWSgJeuvR2Z+oXGKFZgZtX2A9pA=";
};
+ external = pkgs.fetchNextcloudApp {
+ url =
+ "https://github.com/nextcloud-releases/external/releases/download/v5.2.1/external-v5.2.1.tar.gz";
+ sha256 = "sha256-X7eC8T8wSZGVwCQp6U/WxjMC7aIj39osgHotaUoRNSQ=";
+ };
};
sops.secrets.nextcloud_admin_password = {