alpine: fixes

cerysb.art redirect
nextcloud preview app
whatsapp encryption fix
This commit is contained in:
Tristan 2024-03-02 10:31:14 +00:00
parent f8dd1681aa
commit 979d820186
3 changed files with 3 additions and 1 deletions

View file

@ -69,7 +69,7 @@ in {
};
extraApps = {
inherit (config.services.nextcloud.package.packages.apps)
contacts calendar mail gpoddersync memories notes maps;
contacts calendar mail gpoddersync memories notes maps previewgenerator;
oidc_login = pkgs.fetchNextcloudApp {
sha256 = "sha256-cN5azlThKPKRVip14yfUNR85of5z+N6NVI7sg6pSGQI=";
url = "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v3.0.2/oidc_login.tar.gz";

View file

@ -65,6 +65,7 @@ in {
};
encryption = {
allow = true;
appservice = false;
};
personal_filtering_spaces = true;
};