From 256f870fbecd1c1550c9cfd5bf6174a825289fe3 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 11 Jun 2024 23:23:04 +0200 Subject: [PATCH] Nextcloud plugins --- modules/nixos/nextcloud.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/nixos/nextcloud.nix b/modules/nixos/nextcloud.nix index ebce242..dd66cd7 100644 --- a/modules/nixos/nextcloud.nix +++ b/modules/nixos/nextcloud.nix @@ -24,6 +24,7 @@ in database.createLocally = true; + extraApps = { inherit (config.services.nextcloud.package.packages.apps) contacts calendar notes maps memories tasks richdocuments; }; appstoreEnable = true; autoUpdateApps.enable = true; settings = { @@ -50,7 +51,10 @@ in # "baldur.zto" "baldur.tsn" ]; - overwriteprotocol = "https"; + trusted_domains = [ + "heimdall.tsn" + ]; + overwriteprotocol = "http"; }; config = { dbtype = "pgsql";