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";